Shades of Dark Brown #604118
Tints of Dark Brown #604118
RGB
CMYK
RGB Variations
Color information
#604118 (or 0x604118) is known color: Dark Brown. HEX triplet: 60, 41 and 18. RGB value is (96,65,24). Sum of RGB (Red+Green+Blue) = 96+65+24=185 (24% of max value = 765). Red value is 96 (37.89% from 255 or 51.89% from 185); Green value is 65 (25.78% from 255 or 35.14% from 185); Blue value is 24 (9.77% from 255 or 12.97% from 185); Max value from RGB is 96 - color contains mainly: red. Hex color #604118 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604118 is #9FBEE7. Grayscale: #454545. Windows color (decimal): -10469096 or 1589600. OLE color: 1589600.
HSL color Cylindrical-coordinate representation of color #604118: hue angle of 34.17º 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 #604118 is Cyan = 0, Magento = 0.32, Yellow = 0.75 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 24 | - |
| CMYK | 0 | 0.32 | 0.75 | 0.62 |
| HSL | 34.17º | 0.6% | 0.24% | - |
| HSV(B) | 34.17º | 0.75% | 0.38% | - |
| XYZ | 6.88 | 6.33 | 1.72 | - |
| YUV | 69.6 | 102.27 | 146.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 24 | 0 | 0.32 | 0.75 | 0.62 | 34.17 | 0.6 | 0.24 |
| Hex | 60 | 41 | 18 | 0 | 20 | 4B | 3E | 22 | 3C | 18 |
| Octal | 140 | 101 | 30 | 0 | 40 | 113 | 76 | 42 | 74 | 30 |
| Binary | 1100000 | 1000001 | 11000 | 0 | 100000 | 1001011 | 111110 | 100010 | 111100 | 11000 |
Color Harmonies of #604118
Complementary color
Monochromatic Colors of #604118
Black with #604118
Text Example
Text Example
White with #604118
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604118; }
p { color: rgb(96,65,24); }
H1.HeaderClassName
{
color: #604118;
}
.AnyTagClassName
{
color: #604118;
}
</style>
background-color css
<style>
a { background-color: #604118; }
a { background-color: rgb(96,65,24); }
div.DivClassName
{
background-color: #604118;
}
.BgClassName
{
background-color: #604118;
}
</style>
border-color css
<style>
span { border-color: #604118; }
span { border-color: rgb(96,65,24); }
td.TdClassName
{
border-color: #604118;
}
.TagClassName
{
border-color: #604118;
}
</style>