Shades of Rain Forest #656B27
Tints of Rain Forest #656B27
RGB
CMYK
RGB Variations
Color information
#656B27 (or 0x656B27) is known color: Rain Forest. HEX triplet: 65, 6B and 27. RGB value is (101,107,39). Sum of RGB (Red+Green+Blue) = 101+107+39=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 107 (42.19% from 255 or 43.32% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 107 - color contains mainly: green. Hex color #656B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656B27 is #9A94D8. Grayscale: #616161. Windows color (decimal): -10130649 or 2583397. OLE color: 2583397.
HSL color Cylindrical-coordinate representation of color #656B27: hue angle of 65.29º degrees, saturation: 0.47, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #656B27 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 101 | 107 | 39 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.58 |
| HSL | 65.29º | 0.47% | 0.29% | - |
| HSV(B) | 65.29º | 0.64% | 0.42% | - |
| XYZ | 10.99 | 13.43 | 3.93 | - |
| YUV | 97.45 | 95.01 | 130.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 107 | 39 | 0.06 | 0 | 0.64 | 0.58 | 65.29 | 0.47 | 0.29 |
| Hex | 65 | 6B | 27 | 6 | 0 | 40 | 3A | 41 | 2F | 1D |
| Octal | 145 | 153 | 47 | 6 | 0 | 100 | 72 | 101 | 57 | 35 |
| Binary | 1100101 | 1101011 | 100111 | 110 | 0 | 1000000 | 111010 | 1000001 | 101111 | 11101 |
Color Harmonies of #656B27
Complementary color
Monochromatic Colors of #656B27
Black with #656B27
Text Example
Text Example
White with #656B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656B27; }
p { color: rgb(101,107,39); }
H1.HeaderClassName
{
color: #656B27;
}
.AnyTagClassName
{
color: #656B27;
}
</style>
background-color css
<style>
a { background-color: #656B27; }
a { background-color: rgb(101,107,39); }
div.DivClassName
{
background-color: #656B27;
}
.BgClassName
{
background-color: #656B27;
}
</style>
border-color css
<style>
span { border-color: #656B27; }
span { border-color: rgb(101,107,39); }
td.TdClassName
{
border-color: #656B27;
}
.TagClassName
{
border-color: #656B27;
}
</style>