Shades of Dark Brown #603F14
Tints of Dark Brown #603F14
RGB
CMYK
RGB Variations
Color information
#603F14 (or 0x603F14) is known color: Dark Brown. HEX triplet: 60, 3F and 14. RGB value is (96,63,20). Sum of RGB (Red+Green+Blue) = 96+63+20=179 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.63% from 179); Green value is 63 (25% from 255 or 35.20% from 179); Blue value is 20 (8.20% from 255 or 11.17% from 179); Max value from RGB is 96 - color contains mainly: red. Hex color #603F14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603F14 is #9FC0EB. Grayscale: #444444. Windows color (decimal): -10469612 or 1326944. OLE color: 1326944.
HSL color Cylindrical-coordinate representation of color #603F14: hue angle of 33.95º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #603F14 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 63 | 20 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.62 |
| HSL | 33.95º | 0.66% | 0.23% | - |
| HSV(B) | 33.95º | 0.79% | 0.38% | - |
| XYZ | 6.73 | 6.09 | 1.48 | - |
| YUV | 67.97 | 100.93 | 148 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 63 | 20 | 0 | 0.34 | 0.79 | 0.62 | 33.95 | 0.66 | 0.23 |
| Hex | 60 | 3F | 14 | 0 | 22 | 4F | 3E | 22 | 42 | 17 |
| Octal | 140 | 77 | 24 | 0 | 42 | 117 | 76 | 42 | 102 | 27 |
| Binary | 1100000 | 111111 | 10100 | 0 | 100010 | 1001111 | 111110 | 100010 | 1000010 | 10111 |
Color Harmonies of #603F14
Complementary color
Monochromatic Colors of #603F14
Black with #603F14
Text Example
Text Example
White with #603F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603F14; }
p { color: rgb(96,63,20); }
H1.HeaderClassName
{
color: #603F14;
}
.AnyTagClassName
{
color: #603F14;
}
</style>
background-color css
<style>
a { background-color: #603F14; }
a { background-color: rgb(96,63,20); }
div.DivClassName
{
background-color: #603F14;
}
.BgClassName
{
background-color: #603F14;
}
</style>
border-color css
<style>
span { border-color: #603F14; }
span { border-color: rgb(96,63,20); }
td.TdClassName
{
border-color: #603F14;
}
.TagClassName
{
border-color: #603F14;
}
</style>