Shades of Woodland #666B3D
Tints of Woodland #666B3D
RGB
CMYK
RGB Variations
Color information
#666B3D (or 0x666B3D) is known color: Woodland. HEX triplet: 66, 6B and 3D. RGB value is (102,107,61). Sum of RGB (Red+Green+Blue) = 102+107+61=270 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.78% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 61 (24.22% from 255 or 22.59% from 270); Max value from RGB is 107 - color contains mainly: green. Hex color #666B3D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666B3D is #9994C2. Grayscale: #646464. Windows color (decimal): -10065091 or 4025190. OLE color: 4025190.
HSL color Cylindrical-coordinate representation of color #666B3D: hue angle of 66.52º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #666B3D is Cyan = 0.05, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 102 | 107 | 61 | - |
| CMYK | 0.05 | 0 | 0.43 | 0.58 |
| HSL | 66.52º | 0.27% | 0.33% | - |
| HSV(B) | 66.52º | 0.43% | 0.42% | - |
| XYZ | 11.58 | 13.68 | 6.44 | - |
| YUV | 100.26 | 105.84 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 107 | 61 | 0.05 | 0 | 0.43 | 0.58 | 66.52 | 0.27 | 0.33 |
| Hex | 66 | 6B | 3D | 5 | 0 | 2B | 3A | 43 | 1B | 21 |
| Octal | 146 | 153 | 75 | 5 | 0 | 53 | 72 | 103 | 33 | 41 |
| Binary | 1100110 | 1101011 | 111101 | 101 | 0 | 101011 | 111010 | 1000011 | 11011 | 100001 |
Color Harmonies of #666B3D
Complementary color
Monochromatic Colors of #666B3D
Black with #666B3D
Text Example
Text Example
White with #666B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666B3D; }
p { color: rgb(102,107,61); }
H1.HeaderClassName
{
color: #666B3D;
}
.AnyTagClassName
{
color: #666B3D;
}
</style>
background-color css
<style>
a { background-color: #666B3D; }
a { background-color: rgb(102,107,61); }
div.DivClassName
{
background-color: #666B3D;
}
.BgClassName
{
background-color: #666B3D;
}
</style>
border-color css
<style>
span { border-color: #666B3D; }
span { border-color: rgb(102,107,61); }
td.TdClassName
{
border-color: #666B3D;
}
.TagClassName
{
border-color: #666B3D;
}
</style>