Shades of Rain Forest #6A6E33
Tints of Rain Forest #6A6E33
RGB
CMYK
RGB Variations
Color information
#6A6E33 (or 0x6A6E33) is known color: Rain Forest. HEX triplet: 6A, 6E and 33. RGB value is (106,110,51). Sum of RGB (Red+Green+Blue) = 106+110+51=267 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.70% from 267); Green value is 110 (43.36% from 255 or 41.20% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 110 - color contains mainly: green. Hex color #6A6E33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6E33 is #9591CC. Grayscale: #666666. Windows color (decimal): -9802189 or 3370602. OLE color: 3370602.
HSL color Cylindrical-coordinate representation of color #6A6E33: hue angle of 64.07º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A6E33 is Cyan = 0.04, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 110 | 51 | - |
| CMYK | 0.04 | 0 | 0.54 | 0.57 |
| HSL | 64.07º | 0.37% | 0.32% | - |
| HSV(B) | 64.07º | 0.54% | 0.43% | - |
| XYZ | 12.12 | 14.46 | 5.28 | - |
| YUV | 102.08 | 99.17 | 130.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 110 | 51 | 0.04 | 0 | 0.54 | 0.57 | 64.07 | 0.37 | 0.32 |
| Hex | 6A | 6E | 33 | 4 | 0 | 36 | 39 | 40 | 25 | 20 |
| Octal | 152 | 156 | 63 | 4 | 0 | 66 | 71 | 100 | 45 | 40 |
| Binary | 1101010 | 1101110 | 110011 | 100 | 0 | 110110 | 111001 | 1000000 | 100101 | 100000 |
Color Harmonies of #6A6E33
Complementary color
Monochromatic Colors of #6A6E33
Black with #6A6E33
Text Example
Text Example
White with #6A6E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6E33; }
p { color: rgb(106,110,51); }
H1.HeaderClassName
{
color: #6A6E33;
}
.AnyTagClassName
{
color: #6A6E33;
}
</style>
background-color css
<style>
a { background-color: #6A6E33; }
a { background-color: rgb(106,110,51); }
div.DivClassName
{
background-color: #6A6E33;
}
.BgClassName
{
background-color: #6A6E33;
}
</style>
border-color css
<style>
span { border-color: #6A6E33; }
span { border-color: rgb(106,110,51); }
td.TdClassName
{
border-color: #6A6E33;
}
.TagClassName
{
border-color: #6A6E33;
}
</style>