Shades of Rain Forest #64672C
Tints of Rain Forest #64672C
RGB
CMYK
RGB Variations
Color information
#64672C (or 0x64672C) is known color: Rain Forest. HEX triplet: 64, 67 and 2C. RGB value is (100,103,44). Sum of RGB (Red+Green+Blue) = 100+103+44=247 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.49% from 247); Green value is 103 (40.62% from 255 or 41.70% from 247); Blue value is 44 (17.58% from 255 or 17.81% from 247); Max value from RGB is 103 - color contains mainly: green. Hex color #64672C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64672C is #9B98D3. Grayscale: #5F5F5F. Windows color (decimal): -10197204 or 2910052. OLE color: 2910052.
HSL color Cylindrical-coordinate representation of color #64672C: hue angle of 63.05º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64672C is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 103 | 44 | - |
| CMYK | 0.03 | 0 | 0.57 | 0.60 |
| HSL | 63.05º | 0.4% | 0.29% | - |
| HSV(B) | 63.05º | 0.57% | 0.4% | - |
| XYZ | 10.56 | 12.59 | 4.26 | - |
| YUV | 95.38 | 99.01 | 131.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 44 | 0.03 | 0 | 0.57 | 0.60 | 63.05 | 0.4 | 0.29 |
| Hex | 64 | 67 | 2C | 3 | 0 | 39 | 3C | 3F | 28 | 1D |
| Octal | 144 | 147 | 54 | 3 | 0 | 71 | 74 | 77 | 50 | 35 |
| Binary | 1100100 | 1100111 | 101100 | 11 | 0 | 111001 | 111100 | 111111 | 101000 | 11101 |
Color Harmonies of #64672C
Complementary color
Monochromatic Colors of #64672C
Black with #64672C
Text Example
Text Example
White with #64672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64672C; }
p { color: rgb(100,103,44); }
H1.HeaderClassName
{
color: #64672C;
}
.AnyTagClassName
{
color: #64672C;
}
</style>
background-color css
<style>
a { background-color: #64672C; }
a { background-color: rgb(100,103,44); }
div.DivClassName
{
background-color: #64672C;
}
.BgClassName
{
background-color: #64672C;
}
</style>
border-color css
<style>
span { border-color: #64672C; }
span { border-color: rgb(100,103,44); }
td.TdClassName
{
border-color: #64672C;
}
.TagClassName
{
border-color: #64672C;
}
</style>