COLOR #651F09

HEX: #651F09 RGB: (101,31,9)

Color info

#651F09 contains mainly red color. Web safe color of #651F09 is #663300 (or #630).

RGB color model

#651F09 color RGB value is (101,31,9).

RGB: (101,31,9) (40%, 12%, 4%)

RGB channels and saturation

R 101 of 255 = 40%
G 31 of 255 = 12%
B 9 of 255 = 4%

101
31
9

R + G + B ~ 19%. #651F09 is dark color.

Portions of RGB colors in percentages

R + G + B = 101 + 31 + 9 = 141 (100%)
R 101 of 141 ~ 71.63%
G 31 of 141 ~ 21.99%
B 9 of 141 ~ 6.38'%

%71.63
%21.99

CMYK color model

#651F09 color CMYK value is (0,69,91,60).

  • cyan value is 0.00%
  • magenta value is 69.31%
  • yellow value is 91.09%
  • key color value is 60.39%

CMYK: (0,69,91,60)
C0M69Y91K60 (0%, 69%, 91%, 60%)
(0.00 / 0.69 / 0.91 / 0.60)

CMYK percentages

%0
%69.31
%91.09
%60.39

Codes

Color #651F09 in popluar color models

65 1F 09
RGB 101 31 9
HSL 14° 83.64% 21.57%
HSB/HSV 14° 91.09% 39.61%
CMYK 0.00% 69.31% 91.09%
60.39%

Color #651F09 in popluar number systems.

HEX 65 1F 09
Decimal 101 31 9
Binary 1100101 11111 1001
Octal 145 37 11

Shades and tints

Shades of #651F09

#651F09
(101,31,9)
#5C1D09
(92,29,9)
#531B09
(83,27,9)
#4A1909
(74,25,9)
#411709
(65,23,9)
#381509
(56,21,9)
#2F1309
(47,19,9)
#261109
(38,17,9)
#1D0F09
(29,15,9)
#140D09
(20,13,9)
#0B0B09
(11,11,9)
#000000
(0,0,0)

Tints of #651F09

#651F09
(101,31,9)
#73331F
(115,51,31)
#814735
(129,71,53)
#8F5B4B
(143,91,75)
#9D6F61
(157,111,97)
#AB8377
(171,131,119)
#B9978D
(185,151,141)
#C7ABA3
(199,171,163)
#D5BFB9
(213,191,185)
#E3D3CF
(227,211,207)
#F1E7E5
(241,231,229)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #651F09 color. Also use rgb(101,31,9) instead hex code.

Text Font Color

.myTextColor { color: #651F09; }

<p style="color:#651F09">This sample text font color is #651F09.</p>

This text font color is #651F09.

Background Color

.myBgColor { background-color: #651F09; }

<div style="background-color:#651F09">Inner text</div>

This div background color is #651F09.

Border color

.myBorderColor { border: 1px solid #651F09; }

<div style="border:3px solid #651F09">Div</div>

This div border color is #651F09.

Opacity

.myOpacity80 { color: #651F09; opacity: 0.8; }

<p style="color:#651F09;opacity:0.8;">80%</p>

Text with #651F09 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #651F09;}

<p style="text-shadow: 3px 3px 1px #651F09">Text here.</p>

This text has shadow with #651F09 color.


.textShadow {text-shadow: 3px 3px 1px #651F09', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #651F09, 5px 5px 20px red">Text here.</p>

This text has shadow with #651F09 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#651F09, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#651F09, Direction=45, Strength=4)">Text</p>

This text has shadow with #651F09 and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #651F09;
-webkit-box-shadow: 1px 1px 3px 2px #651F09;
box-shadow: 1px 1px 3px 2px #651F09;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #651F09; -webkit-box-shadow: 1px 1px 3px 2px #651F09; box-shadow:1px 1px 3px 2px #651F09;">
Div content here
</div>

This div box has shadow with color #651F09.

Preview

Color preview on black background

This text has color #651F09 on black background.


Color preview on white background

This text has color #651F09 on white background.


Black color preview on #651F09 background

This text has black color on #651F09 background.


White color preview on #651F09 background

This text has white color on #651F09 background.


Related colors

Complementary color

Complementary color for #hex is #9AE0F6.


I love getcolorcode.com

Triadic colors

1 #09651F and #1F0965 with #651F09 are triadic colors.

2 #091F65 and #1F6509 with #651F09 are triadic colors.