Shades of Woodland #6B7945
Tints of Woodland #6B7945
RGB
CMYK
RGB Variations
Color information
#6B7945 (or 0x6B7945) is known color: Woodland. HEX triplet: 6B, 79 and 45. RGB value is (107,121,69). Sum of RGB (Red+Green+Blue) = 107+121+69=297 (39% of max value = 765). Red value is 107 (42.19% from 255 or 36.03% from 297); Green value is 121 (47.66% from 255 or 40.74% from 297); Blue value is 69 (27.34% from 255 or 23.23% from 297); Max value from RGB is 121 - color contains mainly: green. Hex color #6B7945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7945 is #9486BA. Grayscale: #6F6F6F. Windows color (decimal): -9733819 or 4553067. OLE color: 4553067.
HSL color Cylindrical-coordinate representation of color #6B7945: hue angle of 76.15º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B7945 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 121 | 69 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.53 |
| HSL | 76.15º | 0.27% | 0.37% | - |
| HSV(B) | 76.15º | 0.43% | 0.47% | - |
| XYZ | 13.97 | 17.23 | 8.22 | - |
| YUV | 110.89 | 104.36 | 125.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 121 | 69 | 0.12 | 0 | 0.43 | 0.53 | 76.15 | 0.27 | 0.37 |
| Hex | 6B | 79 | 45 | C | 0 | 2B | 35 | 4C | 1B | 25 |
| Octal | 153 | 171 | 105 | 14 | 0 | 53 | 65 | 114 | 33 | 45 |
| Binary | 1101011 | 1111001 | 1000101 | 1100 | 0 | 101011 | 110101 | 1001100 | 11011 | 100101 |
Color Harmonies of #6B7945
Complementary color
Monochromatic Colors of #6B7945
Black with #6B7945
Text Example
Text Example
White with #6B7945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7945; }
p { color: rgb(107,121,69); }
H1.HeaderClassName
{
color: #6B7945;
}
.AnyTagClassName
{
color: #6B7945;
}
</style>
background-color css
<style>
a { background-color: #6B7945; }
a { background-color: rgb(107,121,69); }
div.DivClassName
{
background-color: #6B7945;
}
.BgClassName
{
background-color: #6B7945;
}
</style>
border-color css
<style>
span { border-color: #6B7945; }
span { border-color: rgb(107,121,69); }
td.TdClassName
{
border-color: #6B7945;
}
.TagClassName
{
border-color: #6B7945;
}
</style>