Shades of Very Dark Brown #603F2F
Tints of Very Dark Brown #603F2F
RGB
CMYK
RGB Variations
Color information
#603F2F (or 0x603F2F) is known color: Very Dark Brown. HEX triplet: 60, 3F and 2F. RGB value is (96,63,47). Sum of RGB (Red+Green+Blue) = 96+63+47=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 63 (25% from 255 or 30.58% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #603F2F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F2F is #9FC0D0. Grayscale: #474747. Windows color (decimal): -10469585 or 3096416. OLE color: 3096416.
HSL color Cylindrical-coordinate representation of color #603F2F: hue angle of 19.59º 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 #603F2F is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 47 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.62 |
| HSL | 19.59º | 0.34% | 0.28% | - |
| HSV(B) | 19.59º | 0.51% | 0.38% | - |
| XYZ | 7.11 | 6.25 | 3.52 | - |
| YUV | 71.04 | 114.43 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 47 | 0 | 0.34 | 0.51 | 0.62 | 19.59 | 0.34 | 0.28 |
| Hex | 60 | 3F | 2F | 0 | 22 | 33 | 3E | 14 | 22 | 1C |
| Octal | 140 | 77 | 57 | 0 | 42 | 63 | 76 | 24 | 42 | 34 |
| Binary | 1100000 | 111111 | 101111 | 0 | 100010 | 110011 | 111110 | 10100 | 100010 | 11100 |
Color Harmonies of #603F2F
Complementary color
Monochromatic Colors of #603F2F
Black with #603F2F
Text Example
Text Example
White with #603F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F2F; }
p { color: rgb(96,63,47); }
H1.HeaderClassName
{
color: #603F2F;
}
.AnyTagClassName
{
color: #603F2F;
}
</style>
background-color css
<style>
a { background-color: #603F2F; }
a { background-color: rgb(96,63,47); }
div.DivClassName
{
background-color: #603F2F;
}
.BgClassName
{
background-color: #603F2F;
}
</style>
border-color css
<style>
span { border-color: #603F2F; }
span { border-color: rgb(96,63,47); }
td.TdClassName
{
border-color: #603F2F;
}
.TagClassName
{
border-color: #603F2F;
}
</style>