Shades of Dark Brown #604324
Tints of Dark Brown #604324
RGB
CMYK
RGB Variations
Color information
#604324 (or 0x604324) is known color: Dark Brown. HEX triplet: 60, 43 and 24. RGB value is (96,67,36). Sum of RGB (Red+Green+Blue) = 96+67+36=199 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.24% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 36 (14.45% from 255 or 18.09% from 199); Max value from RGB is 96 - color contains mainly: red. Hex color #604324 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604324 is #9FBCDB. Grayscale: #484848. Windows color (decimal): -10468572 or 2376544. OLE color: 2376544.
HSL color Cylindrical-coordinate representation of color #604324: hue angle of 31º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #604324 is Cyan = 0, Magento = 0.30, Yellow = 0.62 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 36 | - |
| CMYK | 0 | 0.30 | 0.62 | 0.62 |
| HSL | 31º | 0.45% | 0.26% | - |
| HSV(B) | 31º | 0.63% | 0.38% | - |
| XYZ | 7.15 | 6.63 | 2.57 | - |
| YUV | 72.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 36 | 0 | 0.30 | 0.62 | 0.62 | 31 | 0.45 | 0.26 |
| Hex | 60 | 43 | 24 | 0 | 1E | 3E | 3E | 1F | 2D | 1A |
| Octal | 140 | 103 | 44 | 0 | 36 | 76 | 76 | 37 | 55 | 32 |
| Binary | 1100000 | 1000011 | 100100 | 0 | 11110 | 111110 | 111110 | 11111 | 101101 | 11010 |
Color Harmonies of #604324
Complementary color
Monochromatic Colors of #604324
Black with #604324
Text Example
Text Example
White with #604324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604324; }
p { color: rgb(96,67,36); }
H1.HeaderClassName
{
color: #604324;
}
.AnyTagClassName
{
color: #604324;
}
</style>
background-color css
<style>
a { background-color: #604324; }
a { background-color: rgb(96,67,36); }
div.DivClassName
{
background-color: #604324;
}
.BgClassName
{
background-color: #604324;
}
</style>
border-color css
<style>
span { border-color: #604324; }
span { border-color: rgb(96,67,36); }
td.TdClassName
{
border-color: #604324;
}
.TagClassName
{
border-color: #604324;
}
</style>