Shades of Rain Forest #646B27
Tints of Rain Forest #646B27
RGB
CMYK
RGB Variations
Color information
#646B27 (or 0x646B27) is known color: Rain Forest. HEX triplet: 64, 6B and 27. RGB value is (100,107,39). Sum of RGB (Red+Green+Blue) = 100+107+39=246 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.65% from 246); Green value is 107 (42.19% from 255 or 43.50% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 107 - color contains mainly: green. Hex color #646B27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646B27 is #9B94D8. Grayscale: #616161. Windows color (decimal): -10196185 or 2583396. OLE color: 2583396.
HSL color Cylindrical-coordinate representation of color #646B27: hue angle of 66.18º 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 #646B27 is Cyan = 0.07, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 107 | 39 | - |
| CMYK | 0.07 | 0 | 0.64 | 0.58 |
| HSL | 66.18º | 0.47% | 0.29% | - |
| HSV(B) | 66.18º | 0.64% | 0.42% | - |
| XYZ | 10.88 | 13.37 | 3.93 | - |
| YUV | 97.16 | 95.18 | 130.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 107 | 39 | 0.07 | 0 | 0.64 | 0.58 | 66.18 | 0.47 | 0.29 |
| Hex | 64 | 6B | 27 | 7 | 0 | 40 | 3A | 42 | 2F | 1D |
| Octal | 144 | 153 | 47 | 7 | 0 | 100 | 72 | 102 | 57 | 35 |
| Binary | 1100100 | 1101011 | 100111 | 111 | 0 | 1000000 | 111010 | 1000010 | 101111 | 11101 |
Color Harmonies of #646B27
Complementary color
Monochromatic Colors of #646B27
Black with #646B27
Text Example
Text Example
White with #646B27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646B27; }
p { color: rgb(100,107,39); }
H1.HeaderClassName
{
color: #646B27;
}
.AnyTagClassName
{
color: #646B27;
}
</style>
background-color css
<style>
a { background-color: #646B27; }
a { background-color: rgb(100,107,39); }
div.DivClassName
{
background-color: #646B27;
}
.BgClassName
{
background-color: #646B27;
}
</style>
border-color css
<style>
span { border-color: #646B27; }
span { border-color: rgb(100,107,39); }
td.TdClassName
{
border-color: #646B27;
}
.TagClassName
{
border-color: #646B27;
}
</style>