Shades of Dark Brown #604015
Tints of Dark Brown #604015
RGB
CMYK
RGB Variations
Color information
#604015 (or 0x604015) is known color: Dark Brown. HEX triplet: 60, 40 and 15. RGB value is (96,64,21). Sum of RGB (Red+Green+Blue) = 96+64+21=181 (23% of max value = 765). Red value is 96 (37.89% from 255 or 53.04% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 21 (8.59% from 255 or 11.60% from 181); Max value from RGB is 96 - color contains mainly: red. Hex color #604015 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #604015 is #9FBFEA. Grayscale: #444444. Windows color (decimal): -10469355 or 1392736. OLE color: 1392736.
HSL color Cylindrical-coordinate representation of color #604015: hue angle of 34.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #604015 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 21 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.62 |
| HSL | 34.4º | 0.64% | 0.23% | - |
| HSV(B) | 34.4º | 0.78% | 0.38% | - |
| XYZ | 6.79 | 6.21 | 1.55 | - |
| YUV | 68.67 | 101.1 | 147.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 21 | 0 | 0.33 | 0.78 | 0.62 | 34.4 | 0.64 | 0.23 |
| Hex | 60 | 40 | 15 | 0 | 21 | 4E | 3E | 22 | 40 | 17 |
| Octal | 140 | 100 | 25 | 0 | 41 | 116 | 76 | 42 | 100 | 27 |
| Binary | 1100000 | 1000000 | 10101 | 0 | 100001 | 1001110 | 111110 | 100010 | 1000000 | 10111 |
Color Harmonies of #604015
Complementary color
Monochromatic Colors of #604015
Black with #604015
Text Example
Text Example
White with #604015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604015; }
p { color: rgb(96,64,21); }
H1.HeaderClassName
{
color: #604015;
}
.AnyTagClassName
{
color: #604015;
}
</style>
background-color css
<style>
a { background-color: #604015; }
a { background-color: rgb(96,64,21); }
div.DivClassName
{
background-color: #604015;
}
.BgClassName
{
background-color: #604015;
}
</style>
border-color css
<style>
span { border-color: #604015; }
span { border-color: rgb(96,64,21); }
td.TdClassName
{
border-color: #604015;
}
.TagClassName
{
border-color: #604015;
}
</style>