Shades of Dark Brown #604020
Tints of Dark Brown #604020
RGB
CMYK
RGB Variations
Color information
#604020 (or 0x604020) is known color: Dark Brown. HEX triplet: 60, 40 and 20. RGB value is (96,64,32). Sum of RGB (Red+Green+Blue) = 96+64+32=192 (25% of max value = 765). Red value is 96 (37.89% from 255 or 50% from 192); Green value is 64 (25.39% from 255 or 33.33% from 192); Blue value is 32 (12.89% from 255 or 16.67% from 192); Max value from RGB is 96 - color contains mainly: red. Hex color #604020 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604020 is #9FBFDF. Grayscale: #464646. Windows color (decimal): -10469344 or 2113632. OLE color: 2113632.
HSL color Cylindrical-coordinate representation of color #604020: hue angle of 30º 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 #604020 is Cyan = 0, Magento = 0.33, Yellow = 0.67 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 32 | - |
| CMYK | 0 | 0.33 | 0.67 | 0.62 |
| HSL | 30º | 0.5% | 0.25% | - |
| HSV(B) | 30º | 0.67% | 0.38% | - |
| XYZ | 6.92 | 6.26 | 2.21 | - |
| YUV | 69.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 32 | 0 | 0.33 | 0.67 | 0.62 | 30 | 0.5 | 0.25 |
| Hex | 60 | 40 | 20 | 0 | 21 | 43 | 3E | 1E | 32 | 19 |
| Octal | 140 | 100 | 40 | 0 | 41 | 103 | 76 | 36 | 62 | 31 |
| Binary | 1100000 | 1000000 | 100000 | 0 | 100001 | 1000011 | 111110 | 11110 | 110010 | 11001 |
Color Harmonies of #604020
Complementary color
Monochromatic Colors of #604020
Black with #604020
Text Example
Text Example
White with #604020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604020; }
p { color: rgb(96,64,32); }
H1.HeaderClassName
{
color: #604020;
}
.AnyTagClassName
{
color: #604020;
}
</style>
background-color css
<style>
a { background-color: #604020; }
a { background-color: rgb(96,64,32); }
div.DivClassName
{
background-color: #604020;
}
.BgClassName
{
background-color: #604020;
}
</style>
border-color css
<style>
span { border-color: #604020; }
span { border-color: rgb(96,64,32); }
td.TdClassName
{
border-color: #604020;
}
.TagClassName
{
border-color: #604020;
}
</style>