Shades of Dark Brown #604820
Tints of Dark Brown #604820
RGB
CMYK
RGB Variations
Color information
#604820 (or 0x604820) is known color: Dark Brown. HEX triplet: 60, 48 and 20. RGB value is (96,72,32). Sum of RGB (Red+Green+Blue) = 96+72+32=200 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48% from 200); Green value is 72 (28.52% from 255 or 36% from 200); Blue value is 32 (12.89% from 255 or 16% from 200); Max value from RGB is 96 - color contains mainly: red. Hex color #604820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604820 is #9FB7DF. Grayscale: #4A4A4A. Windows color (decimal): -10467296 or 2115680. OLE color: 2115680.
HSL color Cylindrical-coordinate representation of color #604820: hue angle of 37.5º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #604820 is Cyan = 0, Magento = 0.25, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 72 | 32 | - |
| CMYK | 0 | 0.25 | 0.67 | 0.62 |
| HSL | 37.5º | 0.5% | 0.25% | - |
| HSV(B) | 37.5º | 0.67% | 0.38% | - |
| XYZ | 7.4 | 7.23 | 2.37 | - |
| YUV | 74.62 | 103.95 | 143.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 72 | 32 | 0 | 0.25 | 0.67 | 0.62 | 37.5 | 0.5 | 0.25 |
| Hex | 60 | 48 | 20 | 0 | 19 | 43 | 3E | 26 | 32 | 19 |
| Octal | 140 | 110 | 40 | 0 | 31 | 103 | 76 | 46 | 62 | 31 |
| Binary | 1100000 | 1001000 | 100000 | 0 | 11001 | 1000011 | 111110 | 100110 | 110010 | 11001 |
Color Harmonies of #604820
Complementary color
Monochromatic Colors of #604820
Black with #604820
Text Example
Text Example
White with #604820
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604820; }
p { color: rgb(96,72,32); }
H1.HeaderClassName
{
color: #604820;
}
.AnyTagClassName
{
color: #604820;
}
</style>
background-color css
<style>
a { background-color: #604820; }
a { background-color: rgb(96,72,32); }
div.DivClassName
{
background-color: #604820;
}
.BgClassName
{
background-color: #604820;
}
</style>
border-color css
<style>
span { border-color: #604820; }
span { border-color: rgb(96,72,32); }
td.TdClassName
{
border-color: #604820;
}
.TagClassName
{
border-color: #604820;
}
</style>