Shades of Dark Brown #603D18
Tints of Dark Brown #603D18
RGB
CMYK
RGB Variations
Color information
#603D18 (or 0x603D18) is known color: Dark Brown. HEX triplet: 60, 3D and 18. RGB value is (96,61,24). Sum of RGB (Red+Green+Blue) = 96+61+24=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 61 (24.22% from 255 or 33.70% from 181); Blue value is 24 (9.77% from 255 or 13.26% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #603D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #603D18 is #9FC2E7. Grayscale: #434343. Windows color (decimal): -10470120 or 1588576. OLE color: 1588576.
HSL color Cylindrical-coordinate representation of color #603D18: hue angle of 30.83º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #603D18 is Cyan = 0, Magento = 0.36, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 61 | 24 | - |
| CMYK | 0 | 0.36 | 0.75 | 0.62 |
| HSL | 30.83º | 0.6% | 0.24% | - |
| HSV(B) | 30.83º | 0.75% | 0.38% | - |
| XYZ | 6.66 | 5.89 | 1.65 | - |
| YUV | 67.25 | 103.6 | 148.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 61 | 24 | 0 | 0.36 | 0.75 | 0.62 | 30.83 | 0.6 | 0.24 |
| Hex | 60 | 3D | 18 | 0 | 24 | 4B | 3E | 1F | 3C | 18 |
| Octal | 140 | 75 | 30 | 0 | 44 | 113 | 76 | 37 | 74 | 30 |
| Binary | 1100000 | 111101 | 11000 | 0 | 100100 | 1001011 | 111110 | 11111 | 111100 | 11000 |
Color Harmonies of #603D18
Complementary color
Monochromatic Colors of #603D18
Black with #603D18
Text Example
Text Example
White with #603D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #603D18; }
p { color: rgb(96,61,24); }
H1.HeaderClassName
{
color: #603D18;
}
.AnyTagClassName
{
color: #603D18;
}
</style>
background-color css
<style>
a { background-color: #603D18; }
a { background-color: rgb(96,61,24); }
div.DivClassName
{
background-color: #603D18;
}
.BgClassName
{
background-color: #603D18;
}
</style>
border-color css
<style>
span { border-color: #603D18; }
span { border-color: rgb(96,61,24); }
td.TdClassName
{
border-color: #603D18;
}
.TagClassName
{
border-color: #603D18;
}
</style>