Shades of Very Dark Brown #604132
Tints of Very Dark Brown #604132
RGB
CMYK
RGB Variations
Color information
#604132 (or 0x604132) is known color: Very Dark Brown. HEX triplet: 60, 41 and 32. RGB value is (96,65,50). Sum of RGB (Red+Green+Blue) = 96+65+50=211 (27% of max value = 765). Red value is 96 (37.89% from 255 or 45.50% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 50 (19.92% from 255 or 23.70% from 211); Max value from RGB is 96 - color contains mainly: red. Hex color #604132 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604132 is #9FBECD. Grayscale: #484848. Windows color (decimal): -10469070 or 3293536. OLE color: 3293536.
HSL color Cylindrical-coordinate representation of color #604132: hue angle of 19.57º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #604132 is Cyan = 0, Magento = 0.32, Yellow = 0.48 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 65 | 50 | - |
| CMYK | 0 | 0.32 | 0.48 | 0.62 |
| HSL | 19.57º | 0.32% | 0.29% | - |
| HSV(B) | 19.57º | 0.48% | 0.38% | - |
| XYZ | 7.29 | 6.5 | 3.89 | - |
| YUV | 72.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 65 | 50 | 0 | 0.32 | 0.48 | 0.62 | 19.57 | 0.32 | 0.29 |
| Hex | 60 | 41 | 32 | 0 | 20 | 30 | 3E | 14 | 20 | 1D |
| Octal | 140 | 101 | 62 | 0 | 40 | 60 | 76 | 24 | 40 | 35 |
| Binary | 1100000 | 1000001 | 110010 | 0 | 100000 | 110000 | 111110 | 10100 | 100000 | 11101 |
Color Harmonies of #604132
Complementary color
Monochromatic Colors of #604132
Black with #604132
Text Example
Text Example
White with #604132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604132; }
p { color: rgb(96,65,50); }
H1.HeaderClassName
{
color: #604132;
}
.AnyTagClassName
{
color: #604132;
}
</style>
background-color css
<style>
a { background-color: #604132; }
a { background-color: rgb(96,65,50); }
div.DivClassName
{
background-color: #604132;
}
.BgClassName
{
background-color: #604132;
}
</style>
border-color css
<style>
span { border-color: #604132; }
span { border-color: rgb(96,65,50); }
td.TdClassName
{
border-color: #604132;
}
.TagClassName
{
border-color: #604132;
}
</style>