Shades of Rain Forest #646F27
Tints of Rain Forest #646F27
RGB
CMYK
RGB Variations
Color information
#646F27 (or 0x646F27) is known color: Rain Forest. HEX triplet: 64, 6F and 27. RGB value is (100,111,39). Sum of RGB (Red+Green+Blue) = 100+111+39=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 111 (43.75% from 255 or 44.4% from 250); Blue value is 39 (15.62% from 255 or 15.6% from 250); Max value from RGB is 111 - color contains mainly: green. Hex color #646F27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646F27 is #9B90D8. Grayscale: #636363. Windows color (decimal): -10195161 or 2584420. OLE color: 2584420.
HSL color Cylindrical-coordinate representation of color #646F27: hue angle of 69.17º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #646F27 is Cyan = 0.10, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 100 | 111 | 39 | - |
| CMYK | 0.10 | 0 | 0.65 | 0.56 |
| HSL | 69.17º | 0.48% | 0.29% | - |
| HSV(B) | 69.17º | 0.65% | 0.44% | - |
| XYZ | 11.31 | 14.22 | 4.07 | - |
| YUV | 99.5 | 93.86 | 128.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 111 | 39 | 0.10 | 0 | 0.65 | 0.56 | 69.17 | 0.48 | 0.29 |
| Hex | 64 | 6F | 27 | A | 0 | 41 | 38 | 45 | 30 | 1D |
| Octal | 144 | 157 | 47 | 12 | 0 | 101 | 70 | 105 | 60 | 35 |
| Binary | 1100100 | 1101111 | 100111 | 1010 | 0 | 1000001 | 111000 | 1000101 | 110000 | 11101 |
Color Harmonies of #646F27
Complementary color
Monochromatic Colors of #646F27
Black with #646F27
Text Example
Text Example
White with #646F27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646F27; }
p { color: rgb(100,111,39); }
H1.HeaderClassName
{
color: #646F27;
}
.AnyTagClassName
{
color: #646F27;
}
</style>
background-color css
<style>
a { background-color: #646F27; }
a { background-color: rgb(100,111,39); }
div.DivClassName
{
background-color: #646F27;
}
.BgClassName
{
background-color: #646F27;
}
</style>
border-color css
<style>
span { border-color: #646F27; }
span { border-color: rgb(100,111,39); }
td.TdClassName
{
border-color: #646F27;
}
.TagClassName
{
border-color: #646F27;
}
</style>