Shades of Woody Brown #604240
Tints of Woody Brown #604240
RGB
CMYK
RGB Variations
Color information
#604240 (or 0x604240) is known color: Woody Brown. HEX triplet: 60, 42 and 40. RGB value is (96,66,64). Sum of RGB (Red+Green+Blue) = 96+66+64=226 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.48% from 226); Green value is 66 (26.17% from 255 or 29.20% from 226); Blue value is 64 (25.39% from 255 or 28.32% from 226); Max value from RGB is 96 - color contains mainly: red. Hex color #604240 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #604240 is #9FBDBF. Grayscale: #4A4A4A. Windows color (decimal): -10468800 or 4211296. OLE color: 4211296.
HSL color Cylindrical-coordinate representation of color #604240: hue angle of 3.75º 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 #604240 is Cyan = 0, Magento = 0.31, Yellow = 0.33 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 64 | - |
| CMYK | 0 | 0.31 | 0.33 | 0.62 |
| HSL | 3.75º | 0.2% | 0.31% | - |
| HSV(B) | 3.75º | 0.33% | 0.38% | - |
| XYZ | 7.7 | 6.75 | 5.75 | - |
| YUV | 74.74 | 121.94 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 64 | 0 | 0.31 | 0.33 | 0.62 | 3.75 | 0.2 | 0.31 |
| Hex | 60 | 42 | 40 | 0 | 1F | 21 | 3E | 4 | 14 | 1F |
| Octal | 140 | 102 | 100 | 0 | 37 | 41 | 76 | 4 | 24 | 37 |
| Binary | 1100000 | 1000010 | 1000000 | 0 | 11111 | 100001 | 111110 | 100 | 10100 | 11111 |
Color Harmonies of #604240
Complementary color
Monochromatic Colors of #604240
Black with #604240
Text Example
Text Example
White with #604240
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604240; }
p { color: rgb(96,66,64); }
H1.HeaderClassName
{
color: #604240;
}
.AnyTagClassName
{
color: #604240;
}
</style>
background-color css
<style>
a { background-color: #604240; }
a { background-color: rgb(96,66,64); }
div.DivClassName
{
background-color: #604240;
}
.BgClassName
{
background-color: #604240;
}
</style>
border-color css
<style>
span { border-color: #604240; }
span { border-color: rgb(96,66,64); }
td.TdClassName
{
border-color: #604240;
}
.TagClassName
{
border-color: #604240;
}
</style>