Shades of Very Dark Brown #603F34
Tints of Very Dark Brown #603F34
RGB
CMYK
RGB Variations
Color information
#603F34 (or 0x603F34) is known color: Very Dark Brown. HEX triplet: 60, 3F and 34. RGB value is (96,63,52). Sum of RGB (Red+Green+Blue) = 96+63+52=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #603F34 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #603F34 is #9FC0CB. Grayscale: #474747. Windows color (decimal): -10469580 or 3424096. OLE color: 3424096.
HSL color Cylindrical-coordinate representation of color #603F34: hue angle of 15º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #603F34 is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 52 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.62 |
| HSL | 15º | 0.3% | 0.29% | - |
| HSV(B) | 15º | 0.46% | 0.38% | - |
| XYZ | 7.22 | 6.29 | 4.08 | - |
| YUV | 71.61 | 116.93 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 52 | 0 | 0.34 | 0.46 | 0.62 | 15 | 0.3 | 0.29 |
| Hex | 60 | 3F | 34 | 0 | 22 | 2E | 3E | F | 1E | 1D |
| Octal | 140 | 77 | 64 | 0 | 42 | 56 | 76 | 17 | 36 | 35 |
| Binary | 1100000 | 111111 | 110100 | 0 | 100010 | 101110 | 111110 | 1111 | 11110 | 11101 |
Color Harmonies of #603F34
Complementary color
Monochromatic Colors of #603F34
Black with #603F34
Text Example
Text Example
White with #603F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F34; }
p { color: rgb(96,63,52); }
H1.HeaderClassName
{
color: #603F34;
}
.AnyTagClassName
{
color: #603F34;
}
</style>
background-color css
<style>
a { background-color: #603F34; }
a { background-color: rgb(96,63,52); }
div.DivClassName
{
background-color: #603F34;
}
.BgClassName
{
background-color: #603F34;
}
</style>
border-color css
<style>
span { border-color: #603F34; }
span { border-color: rgb(96,63,52); }
td.TdClassName
{
border-color: #603F34;
}
.TagClassName
{
border-color: #603F34;
}
</style>