Shades of Woody Brown #60423F
Tints of Woody Brown #60423F
RGB
CMYK
RGB Variations
Color information
#60423F (or 0x60423F) is known color: Woody Brown. HEX triplet: 60, 42 and 3F. RGB value is (96,66,63). Sum of RGB (Red+Green+Blue) = 96+66+63=225 (29% of max value = 765). Red value is 96 (37.89% from 255 or 42.67% from 225); Green value is 66 (26.17% from 255 or 29.33% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 96 - color contains mainly: red. Hex color #60423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60423F is #9FBDC0. Grayscale: #4A4A4A. Windows color (decimal): -10468801 or 4145760. OLE color: 4145760.
HSL color Cylindrical-coordinate representation of color #60423F: hue angle of 5.45º degrees, saturation: 0.21, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #60423F is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 66 | 63 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.62 |
| HSL | 5.45º | 0.21% | 0.31% | - |
| HSV(B) | 5.45º | 0.34% | 0.38% | - |
| XYZ | 7.67 | 6.74 | 5.6 | - |
| YUV | 74.63 | 121.44 | 143.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 66 | 63 | 0 | 0.31 | 0.34 | 0.62 | 5.45 | 0.21 | 0.31 |
| Hex | 60 | 42 | 3F | 0 | 1F | 22 | 3E | 5 | 15 | 1F |
| Octal | 140 | 102 | 77 | 0 | 37 | 42 | 76 | 5 | 25 | 37 |
| Binary | 1100000 | 1000010 | 111111 | 0 | 11111 | 100010 | 111110 | 101 | 10101 | 11111 |
Color Harmonies of #60423F
Complementary color
Monochromatic Colors of #60423F
Black with #60423F
Text Example
Text Example
White with #60423F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60423F; }
p { color: rgb(96,66,63); }
H1.HeaderClassName
{
color: #60423F;
}
.AnyTagClassName
{
color: #60423F;
}
</style>
background-color css
<style>
a { background-color: #60423F; }
a { background-color: rgb(96,66,63); }
div.DivClassName
{
background-color: #60423F;
}
.BgClassName
{
background-color: #60423F;
}
</style>
border-color css
<style>
span { border-color: #60423F; }
span { border-color: rgb(96,66,63); }
td.TdClassName
{
border-color: #60423F;
}
.TagClassName
{
border-color: #60423F;
}
</style>