Shades of Rain Forest #656F2A
Tints of Rain Forest #656F2A
RGB
CMYK
RGB Variations
Color information
#656F2A (or 0x656F2A) is known color: Rain Forest. HEX triplet: 65, 6F and 2A. RGB value is (101,111,42). Sum of RGB (Red+Green+Blue) = 101+111+42=254 (33% of max value = 765). Red value is 101 (39.84% from 255 or 39.76% from 254); Green value is 111 (43.75% from 255 or 43.70% from 254); Blue value is 42 (16.80% from 255 or 16.54% from 254); Max value from RGB is 111 - color contains mainly: green. Hex color #656F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #656F2A is #9A90D5. Grayscale: #646464. Windows color (decimal): -10129622 or 2781029. OLE color: 2781029.
HSL color Cylindrical-coordinate representation of color #656F2A: hue angle of 68.7º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #656F2A is Cyan = 0.09, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 101 | 111 | 42 | - |
| CMYK | 0.09 | 0 | 0.62 | 0.56 |
| HSL | 68.7º | 0.45% | 0.3% | - |
| HSV(B) | 68.7º | 0.62% | 0.44% | - |
| XYZ | 11.47 | 14.3 | 4.35 | - |
| YUV | 100.14 | 95.19 | 128.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 111 | 42 | 0.09 | 0 | 0.62 | 0.56 | 68.7 | 0.45 | 0.3 |
| Hex | 65 | 6F | 2A | 9 | 0 | 3E | 38 | 45 | 2D | 1E |
| Octal | 145 | 157 | 52 | 11 | 0 | 76 | 70 | 105 | 55 | 36 |
| Binary | 1100101 | 1101111 | 101010 | 1001 | 0 | 111110 | 111000 | 1000101 | 101101 | 11110 |
Color Harmonies of #656F2A
Complementary color
Monochromatic Colors of #656F2A
Black with #656F2A
Text Example
Text Example
White with #656F2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #656F2A; }
p { color: rgb(101,111,42); }
H1.HeaderClassName
{
color: #656F2A;
}
.AnyTagClassName
{
color: #656F2A;
}
</style>
background-color css
<style>
a { background-color: #656F2A; }
a { background-color: rgb(101,111,42); }
div.DivClassName
{
background-color: #656F2A;
}
.BgClassName
{
background-color: #656F2A;
}
</style>
border-color css
<style>
span { border-color: #656F2A; }
span { border-color: rgb(101,111,42); }
td.TdClassName
{
border-color: #656F2A;
}
.TagClassName
{
border-color: #656F2A;
}
</style>