Shades of Woodland #66733F
Tints of Woodland #66733F
RGB
CMYK
RGB Variations
Color information
#66733F (or 0x66733F) is known color: Woodland. HEX triplet: 66, 73 and 3F. RGB value is (102,115,63). Sum of RGB (Red+Green+Blue) = 102+115+63=280 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.43% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 63 (25% from 255 or 22.5% from 280); Max value from RGB is 115 - color contains mainly: green. Hex color #66733F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66733F is #998CC0. Grayscale: #696969. Windows color (decimal): -10063041 or 4158310. OLE color: 4158310.
HSL color Cylindrical-coordinate representation of color #66733F: hue angle of 75º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #66733F is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 115 | 63 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.55 |
| HSL | 75º | 0.29% | 0.35% | - |
| HSV(B) | 75º | 0.45% | 0.45% | - |
| XYZ | 12.51 | 15.45 | 7.02 | - |
| YUV | 105.19 | 104.19 | 125.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 63 | 0.11 | 0 | 0.45 | 0.55 | 75 | 0.29 | 0.35 |
| Hex | 66 | 73 | 3F | B | 0 | 2D | 37 | 4B | 1D | 23 |
| Octal | 146 | 163 | 77 | 13 | 0 | 55 | 67 | 113 | 35 | 43 |
| Binary | 1100110 | 1110011 | 111111 | 1011 | 0 | 101101 | 110111 | 1001011 | 11101 | 100011 |
Color Harmonies of #66733F
Complementary color
Monochromatic Colors of #66733F
Black with #66733F
Text Example
Text Example
White with #66733F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66733F; }
p { color: rgb(102,115,63); }
H1.HeaderClassName
{
color: #66733F;
}
.AnyTagClassName
{
color: #66733F;
}
</style>
background-color css
<style>
a { background-color: #66733F; }
a { background-color: rgb(102,115,63); }
div.DivClassName
{
background-color: #66733F;
}
.BgClassName
{
background-color: #66733F;
}
</style>
border-color css
<style>
span { border-color: #66733F; }
span { border-color: rgb(102,115,63); }
td.TdClassName
{
border-color: #66733F;
}
.TagClassName
{
border-color: #66733F;
}
</style>