Shades of Woodland #60663B
Tints of Woodland #60663B
RGB
CMYK
RGB Variations
Color information
#60663B (or 0x60663B) is known color: Woodland. HEX triplet: 60, 66 and 3B. RGB value is (96,102,59). Sum of RGB (Red+Green+Blue) = 96+102+59=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 59 (23.44% from 255 or 22.96% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #60663B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60663B is #9F99C4. Grayscale: #5F5F5F. Windows color (decimal): -10459589 or 3892832. OLE color: 3892832.
HSL color Cylindrical-coordinate representation of color #60663B: hue angle of 68.37º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #60663B is Cyan = 0.06, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 102 | 59 | - |
| CMYK | 0.06 | 0 | 0.42 | 0.6 |
| HSL | 68.37º | 0.27% | 0.32% | - |
| HSV(B) | 68.37º | 0.42% | 0.4% | - |
| XYZ | 10.36 | 12.31 | 5.97 | - |
| YUV | 95.3 | 107.51 | 128.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 59 | 0.06 | 0 | 0.42 | 0.6 | 68.37 | 0.27 | 0.32 |
| Hex | 60 | 66 | 3B | 6 | 0 | 2A | 3C | 44 | 1B | 20 |
| Octal | 140 | 146 | 73 | 6 | 0 | 52 | 74 | 104 | 33 | 40 |
| Binary | 1100000 | 1100110 | 111011 | 110 | 0 | 101010 | 111100 | 1000100 | 11011 | 100000 |
Color Harmonies of #60663B
Complementary color
Monochromatic Colors of #60663B
Black with #60663B
Text Example
Text Example
White with #60663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60663B; }
p { color: rgb(96,102,59); }
H1.HeaderClassName
{
color: #60663B;
}
.AnyTagClassName
{
color: #60663B;
}
</style>
background-color css
<style>
a { background-color: #60663B; }
a { background-color: rgb(96,102,59); }
div.DivClassName
{
background-color: #60663B;
}
.BgClassName
{
background-color: #60663B;
}
</style>
border-color css
<style>
span { border-color: #60663B; }
span { border-color: rgb(96,102,59); }
td.TdClassName
{
border-color: #60663B;
}
.TagClassName
{
border-color: #60663B;
}
</style>