Shades of Very Dark Brown #603F37
Tints of Very Dark Brown #603F37
RGB
CMYK
RGB Variations
Color information
#603F37 (or 0x603F37) is known color: Very Dark Brown. HEX triplet: 60, 3F and 37. RGB value is (96,63,55). Sum of RGB (Red+Green+Blue) = 96+63+55=214 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.86% from 214); Green value is 63 (25% from 255 or 29.44% from 214); Blue value is 55 (21.88% from 255 or 25.70% from 214); Max value from RGB is 96 - color contains mainly: red. Hex color #603F37 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F37 is #9FC0C8. Grayscale: #484848. Windows color (decimal): -10469577 or 3620704. OLE color: 3620704.
HSL color Cylindrical-coordinate representation of color #603F37: hue angle of 11.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #603F37 is Cyan = 0, Magento = 0.34, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 55 | - |
| CMYK | 0 | 0.34 | 0.43 | 0.62 |
| HSL | 11.71º | 0.27% | 0.3% | - |
| HSV(B) | 11.71º | 0.43% | 0.38% | - |
| XYZ | 7.29 | 6.32 | 4.45 | - |
| YUV | 71.96 | 118.43 | 145.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 55 | 0 | 0.34 | 0.43 | 0.62 | 11.71 | 0.27 | 0.3 |
| Hex | 60 | 3F | 37 | 0 | 22 | 2B | 3E | C | 1B | 1E |
| Octal | 140 | 77 | 67 | 0 | 42 | 53 | 76 | 14 | 33 | 36 |
| Binary | 1100000 | 111111 | 110111 | 0 | 100010 | 101011 | 111110 | 1100 | 11011 | 11110 |
Color Harmonies of #603F37
Complementary color
Monochromatic Colors of #603F37
Black with #603F37
Text Example
Text Example
White with #603F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F37; }
p { color: rgb(96,63,55); }
H1.HeaderClassName
{
color: #603F37;
}
.AnyTagClassName
{
color: #603F37;
}
</style>
background-color css
<style>
a { background-color: #603F37; }
a { background-color: rgb(96,63,55); }
div.DivClassName
{
background-color: #603F37;
}
.BgClassName
{
background-color: #603F37;
}
</style>
border-color css
<style>
span { border-color: #603F37; }
span { border-color: rgb(96,63,55); }
td.TdClassName
{
border-color: #603F37;
}
.TagClassName
{
border-color: #603F37;
}
</style>