Shades of Dark Brown #603E13
Tints of Dark Brown #603E13
RGB
CMYK
RGB Variations
Color information
#603E13 (or 0x603E13) is known color: Dark Brown. HEX triplet: 60, 3E and 13. RGB value is (96,62,19). Sum of RGB (Red+Green+Blue) = 96+62+19=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 62 (24.61% from 255 or 35.03% from 177); Blue value is 19 (7.81% from 255 or 10.73% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #603E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603E13 is #9FC1EC. Grayscale: #434343. Windows color (decimal): -10469869 or 1261152. OLE color: 1261152.
HSL color Cylindrical-coordinate representation of color #603E13: hue angle of 33.51º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #603E13 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 62 | 19 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.62 |
| HSL | 33.51º | 0.67% | 0.23% | - |
| HSV(B) | 33.51º | 0.8% | 0.38% | - |
| XYZ | 6.66 | 5.98 | 1.42 | - |
| YUV | 67.26 | 100.76 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 62 | 19 | 0 | 0.35 | 0.80 | 0.62 | 33.51 | 0.67 | 0.23 |
| Hex | 60 | 3E | 13 | 0 | 23 | 50 | 3E | 22 | 43 | 17 |
| Octal | 140 | 76 | 23 | 0 | 43 | 120 | 76 | 42 | 103 | 27 |
| Binary | 1100000 | 111110 | 10011 | 0 | 100011 | 1010000 | 111110 | 100010 | 1000011 | 10111 |
Color Harmonies of #603E13
Complementary color
Monochromatic Colors of #603E13
Black with #603E13
Text Example
Text Example
White with #603E13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603E13; }
p { color: rgb(96,62,19); }
H1.HeaderClassName
{
color: #603E13;
}
.AnyTagClassName
{
color: #603E13;
}
</style>
background-color css
<style>
a { background-color: #603E13; }
a { background-color: rgb(96,62,19); }
div.DivClassName
{
background-color: #603E13;
}
.BgClassName
{
background-color: #603E13;
}
</style>
border-color css
<style>
span { border-color: #603E13; }
span { border-color: rgb(96,62,19); }
td.TdClassName
{
border-color: #603E13;
}
.TagClassName
{
border-color: #603E13;
}
</style>