Shades of Dark Brown #604322
Tints of Dark Brown #604322
RGB
CMYK
RGB Variations
Color information
#604322 (or 0x604322) is known color: Dark Brown. HEX triplet: 60, 43 and 22. RGB value is (96,67,34). Sum of RGB (Red+Green+Blue) = 96+67+34=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 34 (13.67% from 255 or 17.26% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #604322 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604322 is #9FBCDD. Grayscale: #484848. Windows color (decimal): -10468574 or 2245472. OLE color: 2245472.
HSL color Cylindrical-coordinate representation of color #604322: hue angle of 31.94º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #604322 is Cyan = 0, Magento = 0.30, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 67 | 34 | - |
| CMYK | 0 | 0.30 | 0.65 | 0.62 |
| HSL | 31.94º | 0.48% | 0.25% | - |
| HSV(B) | 31.94º | 0.65% | 0.38% | - |
| XYZ | 7.12 | 6.62 | 2.42 | - |
| YUV | 71.91 | 106.61 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 67 | 34 | 0 | 0.30 | 0.65 | 0.62 | 31.94 | 0.48 | 0.25 |
| Hex | 60 | 43 | 22 | 0 | 1E | 41 | 3E | 20 | 30 | 19 |
| Octal | 140 | 103 | 42 | 0 | 36 | 101 | 76 | 40 | 60 | 31 |
| Binary | 1100000 | 1000011 | 100010 | 0 | 11110 | 1000001 | 111110 | 100000 | 110000 | 11001 |
Color Harmonies of #604322
Complementary color
Monochromatic Colors of #604322
Black with #604322
Text Example
Text Example
White with #604322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604322; }
p { color: rgb(96,67,34); }
H1.HeaderClassName
{
color: #604322;
}
.AnyTagClassName
{
color: #604322;
}
</style>
background-color css
<style>
a { background-color: #604322; }
a { background-color: rgb(96,67,34); }
div.DivClassName
{
background-color: #604322;
}
.BgClassName
{
background-color: #604322;
}
</style>
border-color css
<style>
span { border-color: #604322; }
span { border-color: rgb(96,67,34); }
td.TdClassName
{
border-color: #604322;
}
.TagClassName
{
border-color: #604322;
}
</style>