Shades of Dark Brown #603D14
Tints of Dark Brown #603D14
RGB
CMYK
RGB Variations
Color information
#603D14 (or 0x603D14) is known color: Dark Brown. HEX triplet: 60, 3D and 14. RGB value is (96,61,20). Sum of RGB (Red+Green+Blue) = 96+61+20=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 20 (8.20% from 255 or 11.30% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #603D14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D14 is #9FC2EB. Grayscale: #424242. Windows color (decimal): -10470124 or 1326432. OLE color: 1326432.
HSL color Cylindrical-coordinate representation of color #603D14: hue angle of 32.37º 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 #603D14 is Cyan = 0, Magento = 0.36, Yellow = 0.79 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 20 | - |
| CMYK | 0 | 0.36 | 0.79 | 0.62 |
| HSL | 32.37º | 0.66% | 0.23% | - |
| HSV(B) | 32.37º | 0.79% | 0.38% | - |
| XYZ | 6.62 | 5.87 | 1.45 | - |
| YUV | 66.79 | 101.6 | 148.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 20 | 0 | 0.36 | 0.79 | 0.62 | 32.37 | 0.66 | 0.23 |
| Hex | 60 | 3D | 14 | 0 | 24 | 4F | 3E | 20 | 42 | 17 |
| Octal | 140 | 75 | 24 | 0 | 44 | 117 | 76 | 40 | 102 | 27 |
| Binary | 1100000 | 111101 | 10100 | 0 | 100100 | 1001111 | 111110 | 100000 | 1000010 | 10111 |
Color Harmonies of #603D14
Complementary color
Monochromatic Colors of #603D14
Black with #603D14
Text Example
Text Example
White with #603D14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D14; }
p { color: rgb(96,61,20); }
H1.HeaderClassName
{
color: #603D14;
}
.AnyTagClassName
{
color: #603D14;
}
</style>
background-color css
<style>
a { background-color: #603D14; }
a { background-color: rgb(96,61,20); }
div.DivClassName
{
background-color: #603D14;
}
.BgClassName
{
background-color: #603D14;
}
</style>
border-color css
<style>
span { border-color: #603D14; }
span { border-color: rgb(96,61,20); }
td.TdClassName
{
border-color: #603D14;
}
.TagClassName
{
border-color: #603D14;
}
</style>