Shades of Rain Forest #646B31
Tints of Rain Forest #646B31
RGB
CMYK
RGB Variations
Color information
#646B31 (or 0x646B31) is known color: Rain Forest. HEX triplet: 64, 6B and 31. RGB value is (100,107,49). Sum of RGB (Red+Green+Blue) = 100+107+49=256 (33% of max value = 765). Red value is 100 (39.45% from 255 or 39.06% from 256); Green value is 107 (42.19% from 255 or 41.80% from 256); Blue value is 49 (19.53% from 255 or 19.14% from 256); Max value from RGB is 107 - color contains mainly: green. Hex color #646B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #646B31 is #9B94CE. Grayscale: #626262. Windows color (decimal): -10196175 or 3238756. OLE color: 3238756.
HSL color Cylindrical-coordinate representation of color #646B31: hue angle of 67.24º degrees, saturation: 0.37, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #646B31 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 100 | 107 | 49 | - |
| CMYK | 0.07 | 0 | 0.54 | 0.58 |
| HSL | 67.24º | 0.37% | 0.31% | - |
| HSV(B) | 67.24º | 0.54% | 0.42% | - |
| XYZ | 11.07 | 13.45 | 4.92 | - |
| YUV | 98.3 | 100.18 | 129.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 107 | 49 | 0.07 | 0 | 0.54 | 0.58 | 67.24 | 0.37 | 0.31 |
| Hex | 64 | 6B | 31 | 7 | 0 | 36 | 3A | 43 | 25 | 1F |
| Octal | 144 | 153 | 61 | 7 | 0 | 66 | 72 | 103 | 45 | 37 |
| Binary | 1100100 | 1101011 | 110001 | 111 | 0 | 110110 | 111010 | 1000011 | 100101 | 11111 |
Color Harmonies of #646B31
Complementary color
Monochromatic Colors of #646B31
Black with #646B31
Text Example
Text Example
White with #646B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #646B31; }
p { color: rgb(100,107,49); }
H1.HeaderClassName
{
color: #646B31;
}
.AnyTagClassName
{
color: #646B31;
}
</style>
background-color css
<style>
a { background-color: #646B31; }
a { background-color: rgb(100,107,49); }
div.DivClassName
{
background-color: #646B31;
}
.BgClassName
{
background-color: #646B31;
}
</style>
border-color css
<style>
span { border-color: #646B31; }
span { border-color: rgb(100,107,49); }
td.TdClassName
{
border-color: #646B31;
}
.TagClassName
{
border-color: #646B31;
}
</style>