Shades of Woodland #656B4B
Tints of Woodland #656B4B
RGB
CMYK
RGB Variations
Color information
#656B4B (or 0x656B4B) is known color: Woodland. HEX triplet: 65, 6B and 4B. RGB value is (101,107,75). Sum of RGB (Red+Green+Blue) = 101+107+75=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 107 (42.19% from 255 or 37.81% from 283); Blue value is 75 (29.69% from 255 or 26.50% from 283); Max value from RGB is 107 - color contains mainly: green. Hex color #656B4B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656B4B is #9A94B4. Grayscale: #656565. Windows color (decimal): -10130613 or 4942693. OLE color: 4942693.
HSL color Cylindrical-coordinate representation of color #656B4B: hue angle of 71.25º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #656B4B is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 107 | 75 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.58 |
| HSL | 71.25º | 0.18% | 0.36% | - |
| HSV(B) | 71.25º | 0.3% | 0.42% | - |
| XYZ | 11.89 | 13.79 | 8.69 | - |
| YUV | 101.56 | 113.01 | 127.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 75 | 0.06 | 0 | 0.30 | 0.58 | 71.25 | 0.18 | 0.36 |
| Hex | 65 | 6B | 4B | 6 | 0 | 1E | 3A | 47 | 12 | 24 |
| Octal | 145 | 153 | 113 | 6 | 0 | 36 | 72 | 107 | 22 | 44 |
| Binary | 1100101 | 1101011 | 1001011 | 110 | 0 | 11110 | 111010 | 1000111 | 10010 | 100100 |
Color Harmonies of #656B4B
Complementary color
Monochromatic Colors of #656B4B
Black with #656B4B
Text Example
Text Example
White with #656B4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B4B; }
p { color: rgb(101,107,75); }
H1.HeaderClassName
{
color: #656B4B;
}
.AnyTagClassName
{
color: #656B4B;
}
</style>
background-color css
<style>
a { background-color: #656B4B; }
a { background-color: rgb(101,107,75); }
div.DivClassName
{
background-color: #656B4B;
}
.BgClassName
{
background-color: #656B4B;
}
</style>
border-color css
<style>
span { border-color: #656B4B; }
span { border-color: rgb(101,107,75); }
td.TdClassName
{
border-color: #656B4B;
}
.TagClassName
{
border-color: #656B4B;
}
</style>