Shades of Woodland #6A6D3A
Tints of Woodland #6A6D3A
RGB
CMYK
RGB Variations
Color information
#6A6D3A (or 0x6A6D3A) is known color: Woodland. HEX triplet: 6A, 6D and 3A. RGB value is (106,109,58). Sum of RGB (Red+Green+Blue) = 106+109+58=273 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.83% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 58 (23.05% from 255 or 21.25% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6D3A is #9592C5. Grayscale: #666666. Windows color (decimal): -9802438 or 3829098. OLE color: 3829098.
HSL color Cylindrical-coordinate representation of color #6A6D3A: hue angle of 63.53º 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 #6A6D3A is Cyan = 0.03, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 109 | 58 | - |
| CMYK | 0.03 | 0 | 0.47 | 0.57 |
| HSL | 63.53º | 0.31% | 0.33% | - |
| HSV(B) | 63.53º | 0.47% | 0.43% | - |
| XYZ | 12.18 | 14.31 | 6.12 | - |
| YUV | 102.29 | 103.01 | 130.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 58 | 0.03 | 0 | 0.47 | 0.57 | 63.53 | 0.31 | 0.33 |
| Hex | 6A | 6D | 3A | 3 | 0 | 2F | 39 | 40 | 1F | 21 |
| Octal | 152 | 155 | 72 | 3 | 0 | 57 | 71 | 100 | 37 | 41 |
| Binary | 1101010 | 1101101 | 111010 | 11 | 0 | 101111 | 111001 | 1000000 | 11111 | 100001 |
Color Harmonies of #6A6D3A
Complementary color
Monochromatic Colors of #6A6D3A
Black with #6A6D3A
Text Example
Text Example
White with #6A6D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6D3A; }
p { color: rgb(106,109,58); }
H1.HeaderClassName
{
color: #6A6D3A;
}
.AnyTagClassName
{
color: #6A6D3A;
}
</style>
background-color css
<style>
a { background-color: #6A6D3A; }
a { background-color: rgb(106,109,58); }
div.DivClassName
{
background-color: #6A6D3A;
}
.BgClassName
{
background-color: #6A6D3A;
}
</style>
border-color css
<style>
span { border-color: #6A6D3A; }
span { border-color: rgb(106,109,58); }
td.TdClassName
{
border-color: #6A6D3A;
}
.TagClassName
{
border-color: #6A6D3A;
}
</style>