Shades of Very Dark Brown #603F36
Tints of Very Dark Brown #603F36
RGB
CMYK
RGB Variations
Color information
#603F36 (or 0x603F36) is known color: Very Dark Brown. HEX triplet: 60, 3F and 36. RGB value is (96,63,54). Sum of RGB (Red+Green+Blue) = 96+63+54=213 (28% of max value = 765). Red value is 96 (37.89% from 255 or 45.07% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 54 (21.48% from 255 or 25.35% from 213); Max value from RGB is 96 - color contains mainly: red. Hex color #603F36 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F36 is #9FC0C9. Grayscale: #474747. Windows color (decimal): -10469578 or 3555168. OLE color: 3555168.
HSL color Cylindrical-coordinate representation of color #603F36: hue angle of 12.86º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #603F36 is Cyan = 0, Magento = 0.34, Yellow = 0.44 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 54 | - |
| CMYK | 0 | 0.34 | 0.44 | 0.62 |
| HSL | 12.86º | 0.28% | 0.29% | - |
| HSV(B) | 12.86º | 0.44% | 0.38% | - |
| XYZ | 7.27 | 6.31 | 4.32 | - |
| YUV | 71.84 | 117.93 | 145.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 54 | 0 | 0.34 | 0.44 | 0.62 | 12.86 | 0.28 | 0.29 |
| Hex | 60 | 3F | 36 | 0 | 22 | 2C | 3E | D | 1C | 1D |
| Octal | 140 | 77 | 66 | 0 | 42 | 54 | 76 | 15 | 34 | 35 |
| Binary | 1100000 | 111111 | 110110 | 0 | 100010 | 101100 | 111110 | 1101 | 11100 | 11101 |
Color Harmonies of #603F36
Complementary color
Monochromatic Colors of #603F36
Black with #603F36
Text Example
Text Example
White with #603F36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F36; }
p { color: rgb(96,63,54); }
H1.HeaderClassName
{
color: #603F36;
}
.AnyTagClassName
{
color: #603F36;
}
</style>
background-color css
<style>
a { background-color: #603F36; }
a { background-color: rgb(96,63,54); }
div.DivClassName
{
background-color: #603F36;
}
.BgClassName
{
background-color: #603F36;
}
</style>
border-color css
<style>
span { border-color: #603F36; }
span { border-color: rgb(96,63,54); }
td.TdClassName
{
border-color: #603F36;
}
.TagClassName
{
border-color: #603F36;
}
</style>