Shades of Woodland #66703A
Tints of Woodland #66703A
RGB
CMYK
RGB Variations
Color information
#66703A (or 0x66703A) is known color: Woodland. HEX triplet: 66, 70 and 3A. RGB value is (102,112,58). Sum of RGB (Red+Green+Blue) = 102+112+58=272 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.5% from 272); Green value is 112 (44.14% from 255 or 41.18% from 272); Blue value is 58 (23.05% from 255 or 21.32% from 272); Max value from RGB is 112 - color contains mainly: green. Hex color #66703A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66703A is #998FC5. Grayscale: #676767. Windows color (decimal): -10063814 or 3829862. OLE color: 3829862.
HSL color Cylindrical-coordinate representation of color #66703A: hue angle of 71.11º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #66703A is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 112 | 58 | - |
| CMYK | 0.09 | 0 | 0.48 | 0.56 |
| HSL | 71.11º | 0.32% | 0.33% | - |
| HSV(B) | 71.11º | 0.48% | 0.44% | - |
| XYZ | 12.04 | 14.72 | 6.21 | - |
| YUV | 102.85 | 102.69 | 127.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 112 | 58 | 0.09 | 0 | 0.48 | 0.56 | 71.11 | 0.32 | 0.33 |
| Hex | 66 | 70 | 3A | 9 | 0 | 30 | 38 | 47 | 20 | 21 |
| Octal | 146 | 160 | 72 | 11 | 0 | 60 | 70 | 107 | 40 | 41 |
| Binary | 1100110 | 1110000 | 111010 | 1001 | 0 | 110000 | 111000 | 1000111 | 100000 | 100001 |
Color Harmonies of #66703A
Complementary color
Monochromatic Colors of #66703A
Black with #66703A
Text Example
Text Example
White with #66703A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66703A; }
p { color: rgb(102,112,58); }
H1.HeaderClassName
{
color: #66703A;
}
.AnyTagClassName
{
color: #66703A;
}
</style>
background-color css
<style>
a { background-color: #66703A; }
a { background-color: rgb(102,112,58); }
div.DivClassName
{
background-color: #66703A;
}
.BgClassName
{
background-color: #66703A;
}
</style>
border-color css
<style>
span { border-color: #66703A; }
span { border-color: rgb(102,112,58); }
td.TdClassName
{
border-color: #66703A;
}
.TagClassName
{
border-color: #66703A;
}
</style>