Shades of Rain Forest #646B2B
Tints of Rain Forest #646B2B
RGB
CMYK
RGB Variations
Color information
#646B2B (or 0x646B2B) is known color: Rain Forest. HEX triplet: 64, 6B and 2B. RGB value is (100,107,43). Sum of RGB (Red+Green+Blue) = 100+107+43=250 (33% of max value = 765). Red value is 100 (39.45% from 255 or 40% from 250); Green value is 107 (42.19% from 255 or 42.8% from 250); Blue value is 43 (17.19% from 255 or 17.2% from 250); Max value from RGB is 107 - color contains mainly: green. Hex color #646B2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646B2B is #9B94D4. Grayscale: #616161. Windows color (decimal): -10196181 or 2845540. OLE color: 2845540.
HSL color Cylindrical-coordinate representation of color #646B2B: hue angle of 66.56º degrees, saturation: 0.43, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #646B2B is Cyan = 0.07, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 107 | 43 | - |
| CMYK | 0.07 | 0 | 0.60 | 0.58 |
| HSL | 66.56º | 0.43% | 0.29% | - |
| HSV(B) | 66.56º | 0.6% | 0.42% | - |
| XYZ | 10.95 | 13.4 | 4.29 | - |
| YUV | 97.61 | 97.18 | 129.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 107 | 43 | 0.07 | 0 | 0.60 | 0.58 | 66.56 | 0.43 | 0.29 |
| Hex | 64 | 6B | 2B | 7 | 0 | 3C | 3A | 43 | 2B | 1D |
| Octal | 144 | 153 | 53 | 7 | 0 | 74 | 72 | 103 | 53 | 35 |
| Binary | 1100100 | 1101011 | 101011 | 111 | 0 | 111100 | 111010 | 1000011 | 101011 | 11101 |
Color Harmonies of #646B2B
Complementary color
Monochromatic Colors of #646B2B
Black with #646B2B
Text Example
Text Example
White with #646B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646B2B; }
p { color: rgb(100,107,43); }
H1.HeaderClassName
{
color: #646B2B;
}
.AnyTagClassName
{
color: #646B2B;
}
</style>
background-color css
<style>
a { background-color: #646B2B; }
a { background-color: rgb(100,107,43); }
div.DivClassName
{
background-color: #646B2B;
}
.BgClassName
{
background-color: #646B2B;
}
</style>
border-color css
<style>
span { border-color: #646B2B; }
span { border-color: rgb(100,107,43); }
td.TdClassName
{
border-color: #646B2B;
}
.TagClassName
{
border-color: #646B2B;
}
</style>