Shades of Very Dark Brown #604334
Tints of Very Dark Brown #604334
RGB
CMYK
RGB Variations
Color information
#604334 (or 0x604334) is known color: Very Dark Brown. HEX triplet: 60, 43 and 34. RGB value is (96,67,52). Sum of RGB (Red+Green+Blue) = 96+67+52=215 (28% of max value = 765). Red value is 96 (37.89% from 255 or 44.65% from 215); Green value is 67 (26.56% from 255 or 31.16% from 215); Blue value is 52 (20.70% from 255 or 24.19% from 215); Max value from RGB is 96 - color contains mainly: red. Hex color #604334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604334 is #9FBCCB. Grayscale: #4A4A4A. Windows color (decimal): -10468556 or 3425120. OLE color: 3425120.
HSL color Cylindrical-coordinate representation of color #604334: hue angle of 20.45º degrees, saturation: 0.3, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #604334 is Cyan = 0, Magento = 0.30, Yellow = 0.46 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 52 | - |
| CMYK | 0 | 0.30 | 0.46 | 0.62 |
| HSL | 20.45º | 0.3% | 0.29% | - |
| HSV(B) | 20.45º | 0.46% | 0.38% | - |
| XYZ | 7.45 | 6.75 | 4.16 | - |
| YUV | 73.96 | 115.61 | 143.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 52 | 0 | 0.30 | 0.46 | 0.62 | 20.45 | 0.3 | 0.29 |
| Hex | 60 | 43 | 34 | 0 | 1E | 2E | 3E | 14 | 1E | 1D |
| Octal | 140 | 103 | 64 | 0 | 36 | 56 | 76 | 24 | 36 | 35 |
| Binary | 1100000 | 1000011 | 110100 | 0 | 11110 | 101110 | 111110 | 10100 | 11110 | 11101 |
Color Harmonies of #604334
Complementary color
Monochromatic Colors of #604334
Black with #604334
Text Example
Text Example
White with #604334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604334; }
p { color: rgb(96,67,52); }
H1.HeaderClassName
{
color: #604334;
}
.AnyTagClassName
{
color: #604334;
}
</style>
background-color css
<style>
a { background-color: #604334; }
a { background-color: rgb(96,67,52); }
div.DivClassName
{
background-color: #604334;
}
.BgClassName
{
background-color: #604334;
}
</style>
border-color css
<style>
span { border-color: #604334; }
span { border-color: rgb(96,67,52); }
td.TdClassName
{
border-color: #604334;
}
.TagClassName
{
border-color: #604334;
}
</style>