Shades of Very Dark Brown #604031
Tints of Very Dark Brown #604031
RGB
CMYK
RGB Variations
Color information
#604031 (or 0x604031) is known color: Very Dark Brown. HEX triplet: 60, 40 and 31. RGB value is (96,64,49). Sum of RGB (Red+Green+Blue) = 96+64+49=209 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.93% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 49 (19.53% from 255 or 23.44% from 209); Max value from RGB is 96 - color contains mainly: red. Hex color #604031 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604031 is #9FBFCE. Grayscale: #474747. Windows color (decimal): -10469327 or 3227744. OLE color: 3227744.
HSL color Cylindrical-coordinate representation of color #604031: hue angle of 19.15º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #604031 is Cyan = 0, Magento = 0.33, Yellow = 0.49 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 49 | - |
| CMYK | 0 | 0.33 | 0.49 | 0.62 |
| HSL | 19.15º | 0.32% | 0.28% | - |
| HSV(B) | 19.15º | 0.49% | 0.38% | - |
| XYZ | 7.21 | 6.38 | 3.76 | - |
| YUV | 71.86 | 115.1 | 145.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 49 | 0 | 0.33 | 0.49 | 0.62 | 19.15 | 0.32 | 0.28 |
| Hex | 60 | 40 | 31 | 0 | 21 | 31 | 3E | 13 | 20 | 1C |
| Octal | 140 | 100 | 61 | 0 | 41 | 61 | 76 | 23 | 40 | 34 |
| Binary | 1100000 | 1000000 | 110001 | 0 | 100001 | 110001 | 111110 | 10011 | 100000 | 11100 |
Color Harmonies of #604031
Complementary color
Monochromatic Colors of #604031
Black with #604031
Text Example
Text Example
White with #604031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604031; }
p { color: rgb(96,64,49); }
H1.HeaderClassName
{
color: #604031;
}
.AnyTagClassName
{
color: #604031;
}
</style>
background-color css
<style>
a { background-color: #604031; }
a { background-color: rgb(96,64,49); }
div.DivClassName
{
background-color: #604031;
}
.BgClassName
{
background-color: #604031;
}
</style>
border-color css
<style>
span { border-color: #604031; }
span { border-color: rgb(96,64,49); }
td.TdClassName
{
border-color: #604031;
}
.TagClassName
{
border-color: #604031;
}
</style>