Shades of Rain Forest #646C27
Tints of Rain Forest #646C27
RGB
CMYK
RGB Variations
Color information
#646C27 (or 0x646C27) is known color: Rain Forest. HEX triplet: 64, 6C and 27. RGB value is (100,108,39). Sum of RGB (Red+Green+Blue) = 100+108+39=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 108 (42.58% from 255 or 43.72% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 108 - color contains mainly: green. Hex color #646C27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646C27 is #9B93D8. Grayscale: #626262. Windows color (decimal): -10195929 or 2583652. OLE color: 2583652.
HSL color Cylindrical-coordinate representation of color #646C27: hue angle of 66.96º 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 #646C27 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 39 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.58 |
| HSL | 66.96º | 0.47% | 0.29% | - |
| HSV(B) | 66.96º | 0.64% | 0.42% | - |
| XYZ | 10.98 | 13.58 | 3.96 | - |
| YUV | 97.74 | 94.85 | 129.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 39 | 0.07 | 0 | 0.64 | 0.58 | 66.96 | 0.47 | 0.29 |
| Hex | 64 | 6C | 27 | 7 | 0 | 40 | 3A | 43 | 2F | 1D |
| Octal | 144 | 154 | 47 | 7 | 0 | 100 | 72 | 103 | 57 | 35 |
| Binary | 1100100 | 1101100 | 100111 | 111 | 0 | 1000000 | 111010 | 1000011 | 101111 | 11101 |
Color Harmonies of #646C27
Complementary color
Monochromatic Colors of #646C27
Black with #646C27
Text Example
Text Example
White with #646C27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C27; }
p { color: rgb(100,108,39); }
H1.HeaderClassName
{
color: #646C27;
}
.AnyTagClassName
{
color: #646C27;
}
</style>
background-color css
<style>
a { background-color: #646C27; }
a { background-color: rgb(100,108,39); }
div.DivClassName
{
background-color: #646C27;
}
.BgClassName
{
background-color: #646C27;
}
</style>
border-color css
<style>
span { border-color: #646C27; }
span { border-color: rgb(100,108,39); }
td.TdClassName
{
border-color: #646C27;
}
.TagClassName
{
border-color: #646C27;
}
</style>