Shades of Woodland #696D39
Tints of Woodland #696D39
RGB
CMYK
RGB Variations
Color information
#696D39 (or 0x696D39) is known color: Woodland. HEX triplet: 69, 6D and 39. RGB value is (105,109,57). Sum of RGB (Red+Green+Blue) = 105+109+57=271 (35% of max value = 765). Red value is 105 (41.41% from 255 or 38.75% from 271); Green value is 109 (42.97% from 255 or 40.22% from 271); Blue value is 57 (22.66% from 255 or 21.03% from 271); Max value from RGB is 109 - color contains mainly: green. Hex color #696D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696D39 is #9692C6. Grayscale: #666666. Windows color (decimal): -9867975 or 3763561. OLE color: 3763561.
HSL color Cylindrical-coordinate representation of color #696D39: hue angle of 64.62º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #696D39 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 105 | 109 | 57 | - |
| CMYK | 0.04 | 0 | 0.48 | 0.57 |
| HSL | 64.62º | 0.31% | 0.33% | - |
| HSV(B) | 64.62º | 0.48% | 0.43% | - |
| XYZ | 12.03 | 14.24 | 5.98 | - |
| YUV | 101.88 | 102.67 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 109 | 57 | 0.04 | 0 | 0.48 | 0.57 | 64.62 | 0.31 | 0.33 |
| Hex | 69 | 6D | 39 | 4 | 0 | 30 | 39 | 41 | 1F | 21 |
| Octal | 151 | 155 | 71 | 4 | 0 | 60 | 71 | 101 | 37 | 41 |
| Binary | 1101001 | 1101101 | 111001 | 100 | 0 | 110000 | 111001 | 1000001 | 11111 | 100001 |
Color Harmonies of #696D39
Complementary color
Monochromatic Colors of #696D39
Black with #696D39
Text Example
Text Example
White with #696D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696D39; }
p { color: rgb(105,109,57); }
H1.HeaderClassName
{
color: #696D39;
}
.AnyTagClassName
{
color: #696D39;
}
</style>
background-color css
<style>
a { background-color: #696D39; }
a { background-color: rgb(105,109,57); }
div.DivClassName
{
background-color: #696D39;
}
.BgClassName
{
background-color: #696D39;
}
</style>
border-color css
<style>
span { border-color: #696D39; }
span { border-color: rgb(105,109,57); }
td.TdClassName
{
border-color: #696D39;
}
.TagClassName
{
border-color: #696D39;
}
</style>