Shades of Dark Brown #603F12
Tints of Dark Brown #603F12
RGB
CMYK
RGB Variations
Color information
#603F12 (or 0x603F12) is known color: Dark Brown. HEX triplet: 60, 3F and 12. RGB value is (96,63,18). Sum of RGB (Red+Green+Blue) = 96+63+18=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 63 (25% from 255 or 35.59% from 177); Blue value is 18 (7.42% from 255 or 10.17% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #603F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F12 is #9FC0ED. Grayscale: #434343. Windows color (decimal): -10469614 or 1195872. OLE color: 1195872.
HSL color Cylindrical-coordinate representation of color #603F12: hue angle of 34.62º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #603F12 is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 18 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.62 |
| HSL | 34.62º | 0.68% | 0.22% | - |
| HSV(B) | 34.62º | 0.81% | 0.38% | - |
| XYZ | 6.71 | 6.09 | 1.39 | - |
| YUV | 67.74 | 99.93 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 18 | 0 | 0.34 | 0.81 | 0.62 | 34.62 | 0.68 | 0.22 |
| Hex | 60 | 3F | 12 | 0 | 22 | 51 | 3E | 23 | 44 | 16 |
| Octal | 140 | 77 | 22 | 0 | 42 | 121 | 76 | 43 | 104 | 26 |
| Binary | 1100000 | 111111 | 10010 | 0 | 100010 | 1010001 | 111110 | 100011 | 1000100 | 10110 |
Color Harmonies of #603F12
Complementary color
Monochromatic Colors of #603F12
Black with #603F12
Text Example
Text Example
White with #603F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F12; }
p { color: rgb(96,63,18); }
H1.HeaderClassName
{
color: #603F12;
}
.AnyTagClassName
{
color: #603F12;
}
</style>
background-color css
<style>
a { background-color: #603F12; }
a { background-color: rgb(96,63,18); }
div.DivClassName
{
background-color: #603F12;
}
.BgClassName
{
background-color: #603F12;
}
</style>
border-color css
<style>
span { border-color: #603F12; }
span { border-color: rgb(96,63,18); }
td.TdClassName
{
border-color: #603F12;
}
.TagClassName
{
border-color: #603F12;
}
</style>