Shades of Very Dark Brown #603F33
Tints of Very Dark Brown #603F33
RGB
CMYK
RGB Variations
Color information
#603F33 (or 0x603F33) is known color: Very Dark Brown. HEX triplet: 60, 3F and 33. RGB value is (96,63,51). Sum of RGB (Red+Green+Blue) = 96+63+51=210 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.71% from 210); Green value is 63 (25% from 255 or 30% from 210); Blue value is 51 (20.31% from 255 or 24.29% from 210); Max value from RGB is 96 - color contains mainly: red. Hex color #603F33 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F33 is #9FC0CC. Grayscale: #474747. Windows color (decimal): -10469581 or 3358560. OLE color: 3358560.
HSL color Cylindrical-coordinate representation of color #603F33: hue angle of 16º degrees, saturation: 0.31, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #603F33 is Cyan = 0, Magento = 0.34, Yellow = 0.47 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 51 | - |
| CMYK | 0 | 0.34 | 0.47 | 0.62 |
| HSL | 16º | 0.31% | 0.29% | - |
| HSV(B) | 16º | 0.47% | 0.38% | - |
| XYZ | 7.2 | 6.28 | 3.96 | - |
| YUV | 71.5 | 116.43 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 51 | 0 | 0.34 | 0.47 | 0.62 | 16 | 0.31 | 0.29 |
| Hex | 60 | 3F | 33 | 0 | 22 | 2F | 3E | 10 | 1F | 1D |
| Octal | 140 | 77 | 63 | 0 | 42 | 57 | 76 | 20 | 37 | 35 |
| Binary | 1100000 | 111111 | 110011 | 0 | 100010 | 101111 | 111110 | 10000 | 11111 | 11101 |
Color Harmonies of #603F33
Complementary color
Monochromatic Colors of #603F33
Black with #603F33
Text Example
Text Example
White with #603F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F33; }
p { color: rgb(96,63,51); }
H1.HeaderClassName
{
color: #603F33;
}
.AnyTagClassName
{
color: #603F33;
}
</style>
background-color css
<style>
a { background-color: #603F33; }
a { background-color: rgb(96,63,51); }
div.DivClassName
{
background-color: #603F33;
}
.BgClassName
{
background-color: #603F33;
}
</style>
border-color css
<style>
span { border-color: #603F33; }
span { border-color: rgb(96,63,51); }
td.TdClassName
{
border-color: #603F33;
}
.TagClassName
{
border-color: #603F33;
}
</style>