Shades of Dark Brown #604111
Tints of Dark Brown #604111
RGB
CMYK
RGB Variations
Color information
#604111 (or 0x604111) is known color: Dark Brown. HEX triplet: 60, 41 and 11. RGB value is (96,65,17). Sum of RGB (Red+Green+Blue) = 96+65+17=178 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.93% from 178); Green value is 65 (25.78% from 255 or 36.52% from 178); Blue value is 17 (7.03% from 255 or 9.55% from 178); Max value from RGB is 96 - color contains mainly: red. Hex color #604111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604111 is #9FBEEE. Grayscale: #454545. Windows color (decimal): -10469103 or 1130848. OLE color: 1130848.
HSL color Cylindrical-coordinate representation of color #604111: hue angle of 36.46º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #604111 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 17 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.62 |
| HSL | 36.46º | 0.7% | 0.22% | - |
| HSV(B) | 36.46º | 0.82% | 0.38% | - |
| XYZ | 6.82 | 6.31 | 1.39 | - |
| YUV | 68.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 17 | 0 | 0.32 | 0.82 | 0.62 | 36.46 | 0.7 | 0.22 |
| Hex | 60 | 41 | 11 | 0 | 20 | 52 | 3E | 24 | 46 | 16 |
| Octal | 140 | 101 | 21 | 0 | 40 | 122 | 76 | 44 | 106 | 26 |
| Binary | 1100000 | 1000001 | 10001 | 0 | 100000 | 1010010 | 111110 | 100100 | 1000110 | 10110 |
Color Harmonies of #604111
Complementary color
Monochromatic Colors of #604111
Black with #604111
Text Example
Text Example
White with #604111
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604111; }
p { color: rgb(96,65,17); }
H1.HeaderClassName
{
color: #604111;
}
.AnyTagClassName
{
color: #604111;
}
</style>
background-color css
<style>
a { background-color: #604111; }
a { background-color: rgb(96,65,17); }
div.DivClassName
{
background-color: #604111;
}
.BgClassName
{
background-color: #604111;
}
</style>
border-color css
<style>
span { border-color: #604111; }
span { border-color: rgb(96,65,17); }
td.TdClassName
{
border-color: #604111;
}
.TagClassName
{
border-color: #604111;
}
</style>