Shades of Woodland #676E3A
Tints of Woodland #676E3A
RGB
CMYK
RGB Variations
Color information
#676E3A (or 0x676E3A) is known color: Woodland. HEX triplet: 67, 6E and 3A. RGB value is (103,110,58). Sum of RGB (Red+Green+Blue) = 103+110+58=271 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.01% from 271); Green value is 110 (43.36% from 255 or 40.59% from 271); Blue value is 58 (23.05% from 255 or 21.40% from 271); Max value from RGB is 110 - color contains mainly: green. Hex color #676E3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676E3A is #9891C5. Grayscale: #666666. Windows color (decimal): -9998790 or 3829351. OLE color: 3829351.
HSL color Cylindrical-coordinate representation of color #676E3A: hue angle of 68.08º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #676E3A is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 110 | 58 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.57 |
| HSL | 68.08º | 0.31% | 0.33% | - |
| HSV(B) | 68.08º | 0.47% | 0.43% | - |
| XYZ | 11.93 | 14.34 | 6.14 | - |
| YUV | 101.98 | 103.18 | 128.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 58 | 0.06 | 0 | 0.47 | 0.57 | 68.08 | 0.31 | 0.33 |
| Hex | 67 | 6E | 3A | 6 | 0 | 2F | 39 | 44 | 1F | 21 |
| Octal | 147 | 156 | 72 | 6 | 0 | 57 | 71 | 104 | 37 | 41 |
| Binary | 1100111 | 1101110 | 111010 | 110 | 0 | 101111 | 111001 | 1000100 | 11111 | 100001 |
Color Harmonies of #676E3A
Complementary color
Monochromatic Colors of #676E3A
Black with #676E3A
Text Example
Text Example
White with #676E3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E3A; }
p { color: rgb(103,110,58); }
H1.HeaderClassName
{
color: #676E3A;
}
.AnyTagClassName
{
color: #676E3A;
}
</style>
background-color css
<style>
a { background-color: #676E3A; }
a { background-color: rgb(103,110,58); }
div.DivClassName
{
background-color: #676E3A;
}
.BgClassName
{
background-color: #676E3A;
}
</style>
border-color css
<style>
span { border-color: #676E3A; }
span { border-color: rgb(103,110,58); }
td.TdClassName
{
border-color: #676E3A;
}
.TagClassName
{
border-color: #676E3A;
}
</style>