Shades of Rain Forest #606630
Tints of Rain Forest #606630
RGB
CMYK
RGB Variations
Color information
#606630 (or 0x606630) is known color: Rain Forest. HEX triplet: 60, 66 and 30. RGB value is (96,102,48). Sum of RGB (Red+Green+Blue) = 96+102+48=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 102 (40.23% from 255 or 41.46% from 246); Blue value is 48 (19.14% from 255 or 19.51% from 246); Max value from RGB is 102 - color contains mainly: green. Hex color #606630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #606630 is #9F99CF. Grayscale: #5E5E5E. Windows color (decimal): -10459600 or 3171936. OLE color: 3171936.
HSL color Cylindrical-coordinate representation of color #606630: hue angle of 66.67º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #606630 is Cyan = 0.06, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 96 | 102 | 48 | - |
| CMYK | 0.06 | 0 | 0.53 | 0.6 |
| HSL | 66.67º | 0.36% | 0.29% | - |
| HSV(B) | 66.67º | 0.53% | 0.4% | - |
| XYZ | 10.11 | 12.2 | 4.62 | - |
| YUV | 94.05 | 102.01 | 129.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 102 | 48 | 0.06 | 0 | 0.53 | 0.6 | 66.67 | 0.36 | 0.29 |
| Hex | 60 | 66 | 30 | 6 | 0 | 35 | 3C | 43 | 24 | 1D |
| Octal | 140 | 146 | 60 | 6 | 0 | 65 | 74 | 103 | 44 | 35 |
| Binary | 1100000 | 1100110 | 110000 | 110 | 0 | 110101 | 111100 | 1000011 | 100100 | 11101 |
Color Harmonies of #606630
Complementary color
Monochromatic Colors of #606630
Black with #606630
Text Example
Text Example
White with #606630
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606630; }
p { color: rgb(96,102,48); }
H1.HeaderClassName
{
color: #606630;
}
.AnyTagClassName
{
color: #606630;
}
</style>
background-color css
<style>
a { background-color: #606630; }
a { background-color: rgb(96,102,48); }
div.DivClassName
{
background-color: #606630;
}
.BgClassName
{
background-color: #606630;
}
</style>
border-color css
<style>
span { border-color: #606630; }
span { border-color: rgb(96,102,48); }
td.TdClassName
{
border-color: #606630;
}
.TagClassName
{
border-color: #606630;
}
</style>