Shades of Rain Forest #656E31
Tints of Rain Forest #656E31
RGB
CMYK
RGB Variations
Color information
#656E31 (or 0x656E31) is known color: Rain Forest. HEX triplet: 65, 6E and 31. RGB value is (101,110,49). Sum of RGB (Red+Green+Blue) = 101+110+49=260 (34% of max value = 765). Red value is 101 (39.84% from 255 or 38.85% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 110 - color contains mainly: green. Hex color #656E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656E31 is #9A91CE. Grayscale: #646464. Windows color (decimal): -10129871 or 3239525. OLE color: 3239525.
HSL color Cylindrical-coordinate representation of color #656E31: hue angle of 68.85º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #656E31 is Cyan = 0.08, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 101 | 110 | 49 | - |
| CMYK | 0.08 | 0 | 0.55 | 0.57 |
| HSL | 68.85º | 0.38% | 0.31% | - |
| HSV(B) | 68.85º | 0.55% | 0.43% | - |
| XYZ | 11.5 | 14.14 | 5.03 | - |
| YUV | 100.36 | 99.02 | 128.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 110 | 49 | 0.08 | 0 | 0.55 | 0.57 | 68.85 | 0.38 | 0.31 |
| Hex | 65 | 6E | 31 | 8 | 0 | 37 | 39 | 45 | 26 | 1F |
| Octal | 145 | 156 | 61 | 10 | 0 | 67 | 71 | 105 | 46 | 37 |
| Binary | 1100101 | 1101110 | 110001 | 1000 | 0 | 110111 | 111001 | 1000101 | 100110 | 11111 |
Color Harmonies of #656E31
Complementary color
Monochromatic Colors of #656E31
Black with #656E31
Text Example
Text Example
White with #656E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656E31; }
p { color: rgb(101,110,49); }
H1.HeaderClassName
{
color: #656E31;
}
.AnyTagClassName
{
color: #656E31;
}
</style>
background-color css
<style>
a { background-color: #656E31; }
a { background-color: rgb(101,110,49); }
div.DivClassName
{
background-color: #656E31;
}
.BgClassName
{
background-color: #656E31;
}
</style>
border-color css
<style>
span { border-color: #656E31; }
span { border-color: rgb(101,110,49); }
td.TdClassName
{
border-color: #656E31;
}
.TagClassName
{
border-color: #656E31;
}
</style>