Shades of Rain Forest #666825
Tints of Rain Forest #666825
RGB
CMYK
RGB Variations
Color information
#666825 (or 0x666825) is known color: Rain Forest. HEX triplet: 66, 68 and 25. RGB value is (102,104,37). Sum of RGB (Red+Green+Blue) = 102+104+37=243 (32% of max value = 765). Red value is 102 (40.23% from 255 or 41.98% from 243); Green value is 104 (41.02% from 255 or 42.80% from 243); Blue value is 37 (14.84% from 255 or 15.23% from 243); Max value from RGB is 104 - color contains mainly: green. Hex color #666825 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #666825 is #9997DA. Grayscale: #606060. Windows color (decimal): -10065883 or 2451558. OLE color: 2451558.
HSL color Cylindrical-coordinate representation of color #666825: hue angle of 61.79º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #666825 is Cyan = 0.02, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 102 | 104 | 37 | - |
| CMYK | 0.02 | 0 | 0.64 | 0.59 |
| HSL | 61.79º | 0.48% | 0.28% | - |
| HSV(B) | 61.79º | 0.64% | 0.41% | - |
| XYZ | 10.76 | 12.86 | 3.66 | - |
| YUV | 95.76 | 94.84 | 132.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 104 | 37 | 0.02 | 0 | 0.64 | 0.59 | 61.79 | 0.48 | 0.28 |
| Hex | 66 | 68 | 25 | 2 | 0 | 40 | 3B | 3E | 30 | 1C |
| Octal | 146 | 150 | 45 | 2 | 0 | 100 | 73 | 76 | 60 | 34 |
| Binary | 1100110 | 1101000 | 100101 | 10 | 0 | 1000000 | 111011 | 111110 | 110000 | 11100 |
Color Harmonies of #666825
Complementary color
Monochromatic Colors of #666825
Black with #666825
Text Example
Text Example
White with #666825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666825; }
p { color: rgb(102,104,37); }
H1.HeaderClassName
{
color: #666825;
}
.AnyTagClassName
{
color: #666825;
}
</style>
background-color css
<style>
a { background-color: #666825; }
a { background-color: rgb(102,104,37); }
div.DivClassName
{
background-color: #666825;
}
.BgClassName
{
background-color: #666825;
}
</style>
border-color css
<style>
span { border-color: #666825; }
span { border-color: rgb(102,104,37); }
td.TdClassName
{
border-color: #666825;
}
.TagClassName
{
border-color: #666825;
}
</style>