Shades of Rain Forest #646C28
Tints of Rain Forest #646C28
RGB
CMYK
RGB Variations
Color information
#646C28 (or 0x646C28) is known color: Rain Forest. HEX triplet: 64, 6C and 28. RGB value is (100,108,40). Sum of RGB (Red+Green+Blue) = 100+108+40=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 108 (42.58% from 255 or 43.55% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 108 - color contains mainly: green. Hex color #646C28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646C28 is #9B93D7. Grayscale: #626262. Windows color (decimal): -10195928 or 2649188. OLE color: 2649188.
HSL color Cylindrical-coordinate representation of color #646C28: hue angle of 67.06º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #646C28 is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 108 | 40 | - |
| CMYK | 0.07 | 0 | 0.63 | 0.58 |
| HSL | 67.06º | 0.46% | 0.29% | - |
| HSV(B) | 67.06º | 0.63% | 0.42% | - |
| XYZ | 11 | 13.59 | 4.05 | - |
| YUV | 97.86 | 95.35 | 129.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 108 | 40 | 0.07 | 0 | 0.63 | 0.58 | 67.06 | 0.46 | 0.29 |
| Hex | 64 | 6C | 28 | 7 | 0 | 3F | 3A | 43 | 2E | 1D |
| Octal | 144 | 154 | 50 | 7 | 0 | 77 | 72 | 103 | 56 | 35 |
| Binary | 1100100 | 1101100 | 101000 | 111 | 0 | 111111 | 111010 | 1000011 | 101110 | 11101 |
Color Harmonies of #646C28
Complementary color
Monochromatic Colors of #646C28
Black with #646C28
Text Example
Text Example
White with #646C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646C28; }
p { color: rgb(100,108,40); }
H1.HeaderClassName
{
color: #646C28;
}
.AnyTagClassName
{
color: #646C28;
}
</style>
background-color css
<style>
a { background-color: #646C28; }
a { background-color: rgb(100,108,40); }
div.DivClassName
{
background-color: #646C28;
}
.BgClassName
{
background-color: #646C28;
}
</style>
border-color css
<style>
span { border-color: #646C28; }
span { border-color: rgb(100,108,40); }
td.TdClassName
{
border-color: #646C28;
}
.TagClassName
{
border-color: #646C28;
}
</style>