Shades of Woodland #6B773D
Tints of Woodland #6B773D
RGB
CMYK
RGB Variations
Color information
#6B773D (or 0x6B773D) is known color: Woodland. HEX triplet: 6B, 77 and 3D. RGB value is (107,119,61). Sum of RGB (Red+Green+Blue) = 107+119+61=287 (38% of max value = 765). Red value is 107 (42.19% from 255 or 37.28% from 287); Green value is 119 (46.88% from 255 or 41.46% from 287); Blue value is 61 (24.22% from 255 or 21.25% from 287); Max value from RGB is 119 - color contains mainly: green. Hex color #6B773D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B773D is #9488C2. Grayscale: #6D6D6D. Windows color (decimal): -9734339 or 4028267. OLE color: 4028267.
HSL color Cylindrical-coordinate representation of color #6B773D: hue angle of 72.41º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6B773D is Cyan = 0.10, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 61 | - |
| CMYK | 0.10 | 0 | 0.49 | 0.53 |
| HSL | 72.41º | 0.32% | 0.35% | - |
| HSV(B) | 72.41º | 0.49% | 0.47% | - |
| XYZ | 13.5 | 16.66 | 6.92 | - |
| YUV | 108.8 | 101.02 | 126.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 61 | 0.10 | 0 | 0.49 | 0.53 | 72.41 | 0.32 | 0.35 |
| Hex | 6B | 77 | 3D | A | 0 | 31 | 35 | 48 | 20 | 23 |
| Octal | 153 | 167 | 75 | 12 | 0 | 61 | 65 | 110 | 40 | 43 |
| Binary | 1101011 | 1110111 | 111101 | 1010 | 0 | 110001 | 110101 | 1001000 | 100000 | 100011 |
Color Harmonies of #6B773D
Complementary color
Monochromatic Colors of #6B773D
Black with #6B773D
Text Example
Text Example
White with #6B773D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B773D; }
p { color: rgb(107,119,61); }
H1.HeaderClassName
{
color: #6B773D;
}
.AnyTagClassName
{
color: #6B773D;
}
</style>
background-color css
<style>
a { background-color: #6B773D; }
a { background-color: rgb(107,119,61); }
div.DivClassName
{
background-color: #6B773D;
}
.BgClassName
{
background-color: #6B773D;
}
</style>
border-color css
<style>
span { border-color: #6B773D; }
span { border-color: rgb(107,119,61); }
td.TdClassName
{
border-color: #6B773D;
}
.TagClassName
{
border-color: #6B773D;
}
</style>