Shades of Woodland #676E44
Tints of Woodland #676E44
RGB
CMYK
RGB Variations
Color information
#676E44 (or 0x676E44) is known color: Woodland. HEX triplet: 67, 6E and 44. RGB value is (103,110,68). Sum of RGB (Red+Green+Blue) = 103+110+68=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 110 (43.36% from 255 or 39.15% from 281); Blue value is 68 (26.95% from 255 or 24.20% from 281); Max value from RGB is 110 - color contains mainly: green. Hex color #676E44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676E44 is #9891BB. Grayscale: #676767. Windows color (decimal): -9998780 or 4484711. OLE color: 4484711.
HSL color Cylindrical-coordinate representation of color #676E44: hue angle of 70º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #676E44 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 110 | 68 | - |
| CMYK | 0.06 | 0 | 0.38 | 0.57 |
| HSL | 70º | 0.24% | 0.35% | - |
| HSV(B) | 70º | 0.38% | 0.43% | - |
| XYZ | 12.21 | 14.45 | 7.61 | - |
| YUV | 103.12 | 108.18 | 127.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 68 | 0.06 | 0 | 0.38 | 0.57 | 70 | 0.24 | 0.35 |
| Hex | 67 | 6E | 44 | 6 | 0 | 26 | 39 | 46 | 18 | 23 |
| Octal | 147 | 156 | 104 | 6 | 0 | 46 | 71 | 106 | 30 | 43 |
| Binary | 1100111 | 1101110 | 1000100 | 110 | 0 | 100110 | 111001 | 1000110 | 11000 | 100011 |
Color Harmonies of #676E44
Complementary color
Monochromatic Colors of #676E44
Black with #676E44
Text Example
Text Example
White with #676E44
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E44; }
p { color: rgb(103,110,68); }
H1.HeaderClassName
{
color: #676E44;
}
.AnyTagClassName
{
color: #676E44;
}
</style>
background-color css
<style>
a { background-color: #676E44; }
a { background-color: rgb(103,110,68); }
div.DivClassName
{
background-color: #676E44;
}
.BgClassName
{
background-color: #676E44;
}
</style>
border-color css
<style>
span { border-color: #676E44; }
span { border-color: rgb(103,110,68); }
td.TdClassName
{
border-color: #676E44;
}
.TagClassName
{
border-color: #676E44;
}
</style>