Shades of Rain Forest #656B31
Tints of Rain Forest #656B31
RGB
CMYK
RGB Variations
Color information
#656B31 (or 0x656B31) is known color: Rain Forest. HEX triplet: 65, 6B and 31. RGB value is (101,107,49). Sum of RGB (Red+Green+Blue) = 101+107+49=257 (34% of max value = 765). Red value is 101 (39.84% from 255 or 39.30% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 107 - color contains mainly: green. Hex color #656B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656B31 is #9A94CE. Grayscale: #626262. Windows color (decimal): -10130639 or 3238757. OLE color: 3238757.
HSL color Cylindrical-coordinate representation of color #656B31: hue angle of 66.21º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #656B31 is Cyan = 0.06, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 107 | 49 | - |
| CMYK | 0.06 | 0 | 0.54 | 0.58 |
| HSL | 66.21º | 0.37% | 0.31% | - |
| HSV(B) | 66.21º | 0.54% | 0.42% | - |
| XYZ | 11.18 | 13.5 | 4.92 | - |
| YUV | 98.59 | 100.01 | 129.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 49 | 0.06 | 0 | 0.54 | 0.58 | 66.21 | 0.37 | 0.31 |
| Hex | 65 | 6B | 31 | 6 | 0 | 36 | 3A | 42 | 25 | 1F |
| Octal | 145 | 153 | 61 | 6 | 0 | 66 | 72 | 102 | 45 | 37 |
| Binary | 1100101 | 1101011 | 110001 | 110 | 0 | 110110 | 111010 | 1000010 | 100101 | 11111 |
Color Harmonies of #656B31
Complementary color
Monochromatic Colors of #656B31
Black with #656B31
Text Example
Text Example
White with #656B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B31; }
p { color: rgb(101,107,49); }
H1.HeaderClassName
{
color: #656B31;
}
.AnyTagClassName
{
color: #656B31;
}
</style>
background-color css
<style>
a { background-color: #656B31; }
a { background-color: rgb(101,107,49); }
div.DivClassName
{
background-color: #656B31;
}
.BgClassName
{
background-color: #656B31;
}
</style>
border-color css
<style>
span { border-color: #656B31; }
span { border-color: rgb(101,107,49); }
td.TdClassName
{
border-color: #656B31;
}
.TagClassName
{
border-color: #656B31;
}
</style>