Shades of Woodland #656B45
Tints of Woodland #656B45
RGB
CMYK
RGB Variations
Color information
#656B45 (or 0x656B45) is known color: Woodland. HEX triplet: 65, 6B and 45. RGB value is (101,107,69). Sum of RGB (Red+Green+Blue) = 101+107+69=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 107 (42.19% from 255 or 38.63% from 277); Blue value is 69 (27.34% from 255 or 24.91% from 277); Max value from RGB is 107 - color contains mainly: green. Hex color #656B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656B45 is #9A94BA. Grayscale: #656565. Windows color (decimal): -10130619 or 4549477. OLE color: 4549477.
HSL color Cylindrical-coordinate representation of color #656B45: hue angle of 69.47º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #656B45 is Cyan = 0.06, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 107 | 69 | - |
| CMYK | 0.06 | 0 | 0.36 | 0.58 |
| HSL | 69.47º | 0.22% | 0.35% | - |
| HSV(B) | 69.47º | 0.36% | 0.42% | - |
| XYZ | 11.7 | 13.71 | 7.66 | - |
| YUV | 100.87 | 110.01 | 128.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 69 | 0.06 | 0 | 0.36 | 0.58 | 69.47 | 0.22 | 0.35 |
| Hex | 65 | 6B | 45 | 6 | 0 | 24 | 3A | 45 | 16 | 23 |
| Octal | 145 | 153 | 105 | 6 | 0 | 44 | 72 | 105 | 26 | 43 |
| Binary | 1100101 | 1101011 | 1000101 | 110 | 0 | 100100 | 111010 | 1000101 | 10110 | 100011 |
Color Harmonies of #656B45
Complementary color
Monochromatic Colors of #656B45
Black with #656B45
Text Example
Text Example
White with #656B45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B45; }
p { color: rgb(101,107,69); }
H1.HeaderClassName
{
color: #656B45;
}
.AnyTagClassName
{
color: #656B45;
}
</style>
background-color css
<style>
a { background-color: #656B45; }
a { background-color: rgb(101,107,69); }
div.DivClassName
{
background-color: #656B45;
}
.BgClassName
{
background-color: #656B45;
}
</style>
border-color css
<style>
span { border-color: #656B45; }
span { border-color: rgb(101,107,69); }
td.TdClassName
{
border-color: #656B45;
}
.TagClassName
{
border-color: #656B45;
}
</style>