Shades of Rain Forest #646925
Tints of Rain Forest #646925
RGB
CMYK
RGB Variations
Color information
#646925 (or 0x646925) is known color: Rain Forest. HEX triplet: 64, 69 and 25. RGB value is (100,105,37). Sum of RGB (Red+Green+Blue) = 100+105+37=242 (32% of max value = 765). Red value is 100 (39.45% from 255 or 41.32% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 105 - color contains mainly: green. Hex color #646925 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646925 is #9B96DA. Grayscale: #606060. Windows color (decimal): -10196699 or 2451812. OLE color: 2451812.
HSL color Cylindrical-coordinate representation of color #646925: hue angle of 64.41º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #646925 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 100 | 105 | 37 | - |
| CMYK | 0.05 | 0 | 0.65 | 0.59 |
| HSL | 64.41º | 0.48% | 0.28% | - |
| HSV(B) | 64.41º | 0.65% | 0.41% | - |
| XYZ | 10.64 | 12.95 | 3.69 | - |
| YUV | 95.75 | 94.84 | 131.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 105 | 37 | 0.05 | 0 | 0.65 | 0.59 | 64.41 | 0.48 | 0.28 |
| Hex | 64 | 69 | 25 | 5 | 0 | 41 | 3B | 40 | 30 | 1C |
| Octal | 144 | 151 | 45 | 5 | 0 | 101 | 73 | 100 | 60 | 34 |
| Binary | 1100100 | 1101001 | 100101 | 101 | 0 | 1000001 | 111011 | 1000000 | 110000 | 11100 |
Color Harmonies of #646925
Complementary color
Monochromatic Colors of #646925
Black with #646925
Text Example
Text Example
White with #646925
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646925; }
p { color: rgb(100,105,37); }
H1.HeaderClassName
{
color: #646925;
}
.AnyTagClassName
{
color: #646925;
}
</style>
background-color css
<style>
a { background-color: #646925; }
a { background-color: rgb(100,105,37); }
div.DivClassName
{
background-color: #646925;
}
.BgClassName
{
background-color: #646925;
}
</style>
border-color css
<style>
span { border-color: #646925; }
span { border-color: rgb(100,105,37); }
td.TdClassName
{
border-color: #646925;
}
.TagClassName
{
border-color: #646925;
}
</style>