Shades of Dark Brown #604421
Tints of Dark Brown #604421
RGB
CMYK
RGB Variations
Color information
#604421 (or 0x604421) is known color: Dark Brown. HEX triplet: 60, 44 and 21. RGB value is (96,68,33). Sum of RGB (Red+Green+Blue) = 96+68+33=197 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.73% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 33 (13.28% from 255 or 16.75% from 197); Max value from RGB is 96 - color contains mainly: red. Hex color #604421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604421 is #9FBBDE. Grayscale: #484848. Windows color (decimal): -10468319 or 2180192. OLE color: 2180192.
HSL color Cylindrical-coordinate representation of color #604421: hue angle of 33.33º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #604421 is Cyan = 0, Magento = 0.29, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 68 | 33 | - |
| CMYK | 0 | 0.29 | 0.66 | 0.62 |
| HSL | 33.33º | 0.49% | 0.25% | - |
| HSV(B) | 33.33º | 0.66% | 0.38% | - |
| XYZ | 7.17 | 6.73 | 2.36 | - |
| YUV | 72.38 | 105.78 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 68 | 33 | 0 | 0.29 | 0.66 | 0.62 | 33.33 | 0.49 | 0.25 |
| Hex | 60 | 44 | 21 | 0 | 1D | 42 | 3E | 21 | 31 | 19 |
| Octal | 140 | 104 | 41 | 0 | 35 | 102 | 76 | 41 | 61 | 31 |
| Binary | 1100000 | 1000100 | 100001 | 0 | 11101 | 1000010 | 111110 | 100001 | 110001 | 11001 |
Color Harmonies of #604421
Complementary color
Monochromatic Colors of #604421
Black with #604421
Text Example
Text Example
White with #604421
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604421; }
p { color: rgb(96,68,33); }
H1.HeaderClassName
{
color: #604421;
}
.AnyTagClassName
{
color: #604421;
}
</style>
background-color css
<style>
a { background-color: #604421; }
a { background-color: rgb(96,68,33); }
div.DivClassName
{
background-color: #604421;
}
.BgClassName
{
background-color: #604421;
}
</style>
border-color css
<style>
span { border-color: #604421; }
span { border-color: rgb(96,68,33); }
td.TdClassName
{
border-color: #604421;
}
.TagClassName
{
border-color: #604421;
}
</style>