Shades of Dark Brown #604722
Tints of Dark Brown #604722
RGB
CMYK
RGB Variations
Color information
#604722 (or 0x604722) is known color: Dark Brown. HEX triplet: 60, 47 and 22. RGB value is (96,71,34). Sum of RGB (Red+Green+Blue) = 96+71+34=201 (26% of max value = 765). Red value is 96 (37.89% from 255 or 47.76% from 201); Green value is 71 (28.12% from 255 or 35.32% from 201); Blue value is 34 (13.67% from 255 or 16.92% from 201); Max value from RGB is 96 - color contains mainly: red. Hex color #604722 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604722 is #9FB8DD. Grayscale: #4A4A4A. Windows color (decimal): -10467550 or 2246496. OLE color: 2246496.
HSL color Cylindrical-coordinate representation of color #604722: hue angle of 35.81º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #604722 is Cyan = 0, Magento = 0.26, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 71 | 34 | - |
| CMYK | 0 | 0.26 | 0.65 | 0.62 |
| HSL | 35.81º | 0.48% | 0.25% | - |
| HSV(B) | 35.81º | 0.65% | 0.38% | - |
| XYZ | 7.37 | 7.11 | 2.5 | - |
| YUV | 74.26 | 105.28 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 71 | 34 | 0 | 0.26 | 0.65 | 0.62 | 35.81 | 0.48 | 0.25 |
| Hex | 60 | 47 | 22 | 0 | 1A | 41 | 3E | 24 | 30 | 19 |
| Octal | 140 | 107 | 42 | 0 | 32 | 101 | 76 | 44 | 60 | 31 |
| Binary | 1100000 | 1000111 | 100010 | 0 | 11010 | 1000001 | 111110 | 100100 | 110000 | 11001 |
Color Harmonies of #604722
Complementary color
Monochromatic Colors of #604722
Black with #604722
Text Example
Text Example
White with #604722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604722; }
p { color: rgb(96,71,34); }
H1.HeaderClassName
{
color: #604722;
}
.AnyTagClassName
{
color: #604722;
}
</style>
background-color css
<style>
a { background-color: #604722; }
a { background-color: rgb(96,71,34); }
div.DivClassName
{
background-color: #604722;
}
.BgClassName
{
background-color: #604722;
}
</style>
border-color css
<style>
span { border-color: #604722; }
span { border-color: rgb(96,71,34); }
td.TdClassName
{
border-color: #604722;
}
.TagClassName
{
border-color: #604722;
}
</style>