Shades of Woodland #66733E
Tints of Woodland #66733E
RGB
CMYK
RGB Variations
Color information
#66733E (or 0x66733E) is known color: Woodland. HEX triplet: 66, 73 and 3E. RGB value is (102,115,62). Sum of RGB (Red+Green+Blue) = 102+115+62=279 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.56% from 279); Green value is 115 (45.31% from 255 or 41.22% from 279); Blue value is 62 (24.61% from 255 or 22.22% from 279); Max value from RGB is 115 - color contains mainly: green. Hex color #66733E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #66733E is #998CC1. Grayscale: #696969. Windows color (decimal): -10063042 or 4092774. OLE color: 4092774.
HSL color Cylindrical-coordinate representation of color #66733E: hue angle of 74.72º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66733E is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 102 | 115 | 62 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.55 |
| HSL | 74.72º | 0.3% | 0.35% | - |
| HSV(B) | 74.72º | 0.46% | 0.45% | - |
| XYZ | 12.48 | 15.43 | 6.88 | - |
| YUV | 105.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 115 | 62 | 0.11 | 0 | 0.46 | 0.55 | 74.72 | 0.3 | 0.35 |
| Hex | 66 | 73 | 3E | B | 0 | 2E | 37 | 4B | 1E | 23 |
| Octal | 146 | 163 | 76 | 13 | 0 | 56 | 67 | 113 | 36 | 43 |
| Binary | 1100110 | 1110011 | 111110 | 1011 | 0 | 101110 | 110111 | 1001011 | 11110 | 100011 |
Color Harmonies of #66733E
Complementary color
Monochromatic Colors of #66733E
Black with #66733E
Text Example
Text Example
White with #66733E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66733E; }
p { color: rgb(102,115,62); }
H1.HeaderClassName
{
color: #66733E;
}
.AnyTagClassName
{
color: #66733E;
}
</style>
background-color css
<style>
a { background-color: #66733E; }
a { background-color: rgb(102,115,62); }
div.DivClassName
{
background-color: #66733E;
}
.BgClassName
{
background-color: #66733E;
}
</style>
border-color css
<style>
span { border-color: #66733E; }
span { border-color: rgb(102,115,62); }
td.TdClassName
{
border-color: #66733E;
}
.TagClassName
{
border-color: #66733E;
}
</style>