Shades of Dark Brown #604521
Tints of Dark Brown #604521
RGB
CMYK
RGB Variations
Color information
#604521 (or 0x604521) is known color: Dark Brown. HEX triplet: 60, 45 and 21. RGB value is (96,69,33). Sum of RGB (Red+Green+Blue) = 96+69+33=198 (26% of max value = 765). Red value is 96 (37.89% from 255 or 48.48% from 198); Green value is 69 (27.34% from 255 or 34.85% from 198); Blue value is 33 (13.28% from 255 or 16.67% from 198); Max value from RGB is 96 - color contains mainly: red. Hex color #604521 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604521 is #9FBADE. Grayscale: #494949. Windows color (decimal): -10468063 or 2180448. OLE color: 2180448.
HSL color Cylindrical-coordinate representation of color #604521: hue angle of 34.29º 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 #604521 is Cyan = 0, Magento = 0.28, Yellow = 0.66 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 69 | 33 | - |
| CMYK | 0 | 0.28 | 0.66 | 0.62 |
| HSL | 34.29º | 0.49% | 0.25% | - |
| HSV(B) | 34.29º | 0.66% | 0.38% | - |
| XYZ | 7.23 | 6.85 | 2.38 | - |
| YUV | 72.97 | 105.45 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 69 | 33 | 0 | 0.28 | 0.66 | 0.62 | 34.29 | 0.49 | 0.25 |
| Hex | 60 | 45 | 21 | 0 | 1C | 42 | 3E | 22 | 31 | 19 |
| Octal | 140 | 105 | 41 | 0 | 34 | 102 | 76 | 42 | 61 | 31 |
| Binary | 1100000 | 1000101 | 100001 | 0 | 11100 | 1000010 | 111110 | 100010 | 110001 | 11001 |
Color Harmonies of #604521
Complementary color
Monochromatic Colors of #604521
Black with #604521
Text Example
Text Example
White with #604521
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604521; }
p { color: rgb(96,69,33); }
H1.HeaderClassName
{
color: #604521;
}
.AnyTagClassName
{
color: #604521;
}
</style>
background-color css
<style>
a { background-color: #604521; }
a { background-color: rgb(96,69,33); }
div.DivClassName
{
background-color: #604521;
}
.BgClassName
{
background-color: #604521;
}
</style>
border-color css
<style>
span { border-color: #604521; }
span { border-color: rgb(96,69,33); }
td.TdClassName
{
border-color: #604521;
}
.TagClassName
{
border-color: #604521;
}
</style>