Shades of Woody Brown #604040
Tints of Woody Brown #604040
RGB
CMYK
RGB Variations
Color information
#604040 (or 0x604040) is known color: Woody Brown. HEX triplet: 60, 40 and 40. RGB value is (96,64,64). Sum of RGB (Red+Green+Blue) = 96+64+64=224 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.86% from 224); Green value is 64 (25.39% from 255 or 28.57% from 224); Blue value is 64 (25.39% from 255 or 28.57% from 224); Max value from RGB is 96 - color contains mainly: red. Hex color #604040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604040 is #9FBFBF. Grayscale: #494949. Windows color (decimal): -10469312 or 4210784. OLE color: 4210784.
HSL color Cylindrical-coordinate representation of color #604040: hue angle of 0º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #604040 is Cyan = 0, Magento = 0.33, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 64 | 64 | - |
| CMYK | 0 | 0.33 | 0.33 | 0.62 |
| HSL | 0º | 0.2% | 0.31% | - |
| HSV(B) | 0º | 0.33% | 0.38% | - |
| XYZ | 7.58 | 6.52 | 5.71 | - |
| YUV | 73.57 | 122.6 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 64 | 64 | 0 | 0.33 | 0.33 | 0.62 | 0 | 0.2 | 0.31 |
| Hex | 60 | 40 | 40 | 0 | 21 | 21 | 3E | 0 | 14 | 1F |
| Octal | 140 | 100 | 100 | 0 | 41 | 41 | 76 | 0 | 24 | 37 |
| Binary | 1100000 | 1000000 | 1000000 | 0 | 100001 | 100001 | 111110 | 0 | 10100 | 11111 |
Color Harmonies of #604040
Complementary color
Monochromatic Colors of #604040
Black with #604040
Text Example
Text Example
White with #604040
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604040; }
p { color: rgb(96,64,64); }
H1.HeaderClassName
{
color: #604040;
}
.AnyTagClassName
{
color: #604040;
}
</style>
background-color css
<style>
a { background-color: #604040; }
a { background-color: rgb(96,64,64); }
div.DivClassName
{
background-color: #604040;
}
.BgClassName
{
background-color: #604040;
}
</style>
border-color css
<style>
span { border-color: #604040; }
span { border-color: rgb(96,64,64); }
td.TdClassName
{
border-color: #604040;
}
.TagClassName
{
border-color: #604040;
}
</style>