Shades of Rain Forest #64672D
Tints of Rain Forest #64672D
RGB
CMYK
RGB Variations
Color information
#64672D (or 0x64672D) is known color: Rain Forest. HEX triplet: 64, 67 and 2D. RGB value is (100,103,45). Sum of RGB (Red+Green+Blue) = 100+103+45=248 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.32% from 248); Green value is 103 (40.62% from 255 or 41.53% from 248); Blue value is 45 (17.97% from 255 or 18.15% from 248); Max value from RGB is 103 - color contains mainly: green. Hex color #64672D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #64672D is #9B98D2. Grayscale: #5F5F5F. Windows color (decimal): -10197203 or 2975588. OLE color: 2975588.
HSL color Cylindrical-coordinate representation of color #64672D: hue angle of 63.1º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64672D is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 100 | 103 | 45 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.60 |
| HSL | 63.1º | 0.39% | 0.29% | - |
| HSV(B) | 63.1º | 0.56% | 0.4% | - |
| XYZ | 10.58 | 12.6 | 4.36 | - |
| YUV | 95.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 103 | 45 | 0.03 | 0 | 0.56 | 0.60 | 63.1 | 0.39 | 0.29 |
| Hex | 64 | 67 | 2D | 3 | 0 | 38 | 3C | 3F | 27 | 1D |
| Octal | 144 | 147 | 55 | 3 | 0 | 70 | 74 | 77 | 47 | 35 |
| Binary | 1100100 | 1100111 | 101101 | 11 | 0 | 111000 | 111100 | 111111 | 100111 | 11101 |
Color Harmonies of #64672D
Complementary color
Monochromatic Colors of #64672D
Black with #64672D
Text Example
Text Example
White with #64672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #64672D; }
p { color: rgb(100,103,45); }
H1.HeaderClassName
{
color: #64672D;
}
.AnyTagClassName
{
color: #64672D;
}
</style>
background-color css
<style>
a { background-color: #64672D; }
a { background-color: rgb(100,103,45); }
div.DivClassName
{
background-color: #64672D;
}
.BgClassName
{
background-color: #64672D;
}
</style>
border-color css
<style>
span { border-color: #64672D; }
span { border-color: rgb(100,103,45); }
td.TdClassName
{
border-color: #64672D;
}
.TagClassName
{
border-color: #64672D;
}
</style>