Shades of Very Dark Brown #60402F
Tints of Very Dark Brown #60402F
RGB
CMYK
RGB Variations
Color information
#60402F (or 0x60402F) is known color: Very Dark Brown. HEX triplet: 60, 40 and 2F. RGB value is (96,64,47). Sum of RGB (Red+Green+Blue) = 96+64+47=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60402F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60402F is #9FBFD0. Grayscale: #474747. Windows color (decimal): -10469329 or 3096672. OLE color: 3096672.
HSL color Cylindrical-coordinate representation of color #60402F: hue angle of 20.82º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #60402F is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 47 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.62 |
| HSL | 20.82º | 0.34% | 0.28% | - |
| HSV(B) | 20.82º | 0.51% | 0.38% | - |
| XYZ | 7.17 | 6.36 | 3.54 | - |
| YUV | 71.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 47 | 0 | 0.33 | 0.51 | 0.62 | 20.82 | 0.34 | 0.28 |
| Hex | 60 | 40 | 2F | 0 | 21 | 33 | 3E | 15 | 22 | 1C |
| Octal | 140 | 100 | 57 | 0 | 41 | 63 | 76 | 25 | 42 | 34 |
| Binary | 1100000 | 1000000 | 101111 | 0 | 100001 | 110011 | 111110 | 10101 | 100010 | 11100 |
Color Harmonies of #60402F
Complementary color
Monochromatic Colors of #60402F
Black with #60402F
Text Example
Text Example
White with #60402F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60402F; }
p { color: rgb(96,64,47); }
H1.HeaderClassName
{
color: #60402F;
}
.AnyTagClassName
{
color: #60402F;
}
</style>
background-color css
<style>
a { background-color: #60402F; }
a { background-color: rgb(96,64,47); }
div.DivClassName
{
background-color: #60402F;
}
.BgClassName
{
background-color: #60402F;
}
</style>
border-color css
<style>
span { border-color: #60402F; }
span { border-color: rgb(96,64,47); }
td.TdClassName
{
border-color: #60402F;
}
.TagClassName
{
border-color: #60402F;
}
</style>