Shades of Woodland #6A723E
Tints of Woodland #6A723E
RGB
CMYK
RGB Variations
Color information
#6A723E (or 0x6A723E) is known color: Woodland. HEX triplet: 6A, 72 and 3E. RGB value is (106,114,62). Sum of RGB (Red+Green+Blue) = 106+114+62=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 62 (24.61% from 255 or 21.99% from 282); Max value from RGB is 114 - color contains mainly: green. Hex color #6A723E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A723E is #958DC1. Grayscale: #696969. Windows color (decimal): -9801154 or 4092522. OLE color: 4092522.
HSL color Cylindrical-coordinate representation of color #6A723E: hue angle of 69.23º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6A723E is Cyan = 0.07, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 106 | 114 | 62 | - |
| CMYK | 0.07 | 0 | 0.46 | 0.55 |
| HSL | 69.23º | 0.3% | 0.35% | - |
| HSV(B) | 69.23º | 0.46% | 0.45% | - |
| XYZ | 12.83 | 15.45 | 6.86 | - |
| YUV | 105.68 | 103.35 | 128.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 114 | 62 | 0.07 | 0 | 0.46 | 0.55 | 69.23 | 0.3 | 0.35 |
| Hex | 6A | 72 | 3E | 7 | 0 | 2E | 37 | 45 | 1E | 23 |
| Octal | 152 | 162 | 76 | 7 | 0 | 56 | 67 | 105 | 36 | 43 |
| Binary | 1101010 | 1110010 | 111110 | 111 | 0 | 101110 | 110111 | 1000101 | 11110 | 100011 |
Color Harmonies of #6A723E
Complementary color
Monochromatic Colors of #6A723E
Black with #6A723E
Text Example
Text Example
White with #6A723E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A723E; }
p { color: rgb(106,114,62); }
H1.HeaderClassName
{
color: #6A723E;
}
.AnyTagClassName
{
color: #6A723E;
}
</style>
background-color css
<style>
a { background-color: #6A723E; }
a { background-color: rgb(106,114,62); }
div.DivClassName
{
background-color: #6A723E;
}
.BgClassName
{
background-color: #6A723E;
}
</style>
border-color css
<style>
span { border-color: #6A723E; }
span { border-color: rgb(106,114,62); }
td.TdClassName
{
border-color: #6A723E;
}
.TagClassName
{
border-color: #6A723E;
}
</style>