Shades of Dark Brown #604110
Tints of Dark Brown #604110
RGB
CMYK
RGB Variations
Color information
#604110 (or 0x604110) is known color: Dark Brown. HEX triplet: 60, 41 and 10. RGB value is (96,65,16). Sum of RGB (Red+Green+Blue) = 96+65+16=177 (23% of max value = 765). Red value is 96 (37.89% from 255 or 54.24% from 177); Green value is 65 (25.78% from 255 or 36.72% from 177); Blue value is 16 (6.64% from 255 or 9.04% from 177); Max value from RGB is 96 - color contains mainly: red. Hex color #604110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604110 is #9FBEEF. Grayscale: #444444. Windows color (decimal): -10469104 or 1065312. OLE color: 1065312.
HSL color Cylindrical-coordinate representation of color #604110: hue angle of 36.75º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #604110 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 16 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.62 |
| HSL | 36.75º | 0.71% | 0.22% | - |
| HSV(B) | 36.75º | 0.83% | 0.38% | - |
| XYZ | 6.81 | 6.3 | 1.35 | - |
| YUV | 68.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 16 | 0 | 0.32 | 0.83 | 0.62 | 36.75 | 0.71 | 0.22 |
| Hex | 60 | 41 | 10 | 0 | 20 | 53 | 3E | 25 | 47 | 16 |
| Octal | 140 | 101 | 20 | 0 | 40 | 123 | 76 | 45 | 107 | 26 |
| Binary | 1100000 | 1000001 | 10000 | 0 | 100000 | 1010011 | 111110 | 100101 | 1000111 | 10110 |
Color Harmonies of #604110
Complementary color
Monochromatic Colors of #604110
Black with #604110
Text Example
Text Example
White with #604110
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604110; }
p { color: rgb(96,65,16); }
H1.HeaderClassName
{
color: #604110;
}
.AnyTagClassName
{
color: #604110;
}
</style>
background-color css
<style>
a { background-color: #604110; }
a { background-color: rgb(96,65,16); }
div.DivClassName
{
background-color: #604110;
}
.BgClassName
{
background-color: #604110;
}
</style>
border-color css
<style>
span { border-color: #604110; }
span { border-color: rgb(96,65,16); }
td.TdClassName
{
border-color: #604110;
}
.TagClassName
{
border-color: #604110;
}
</style>