Shades of Rain Forest #6A6E31
Tints of Rain Forest #6A6E31
RGB
CMYK
RGB Variations
Color information
#6A6E31 (or 0x6A6E31) is known color: Rain Forest. HEX triplet: 6A, 6E and 31. RGB value is (106,110,49). Sum of RGB (Red+Green+Blue) = 106+110+49=265 (35% of max value = 765). Red value is 106 (41.80% from 255 or 40% from 265); Green value is 110 (43.36% from 255 or 41.51% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 110 - color contains mainly: green. Hex color #6A6E31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6E31 is #9591CE. Grayscale: #666666. Windows color (decimal): -9802191 or 3239530. OLE color: 3239530.
HSL color Cylindrical-coordinate representation of color #6A6E31: hue angle of 63.93º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A6E31 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 110 | 49 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.57 |
| HSL | 63.93º | 0.38% | 0.31% | - |
| HSV(B) | 63.93º | 0.55% | 0.43% | - |
| XYZ | 12.07 | 14.44 | 5.06 | - |
| YUV | 101.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 110 | 49 | 0.04 | 0 | 0.55 | 0.57 | 63.93 | 0.38 | 0.31 |
| Hex | 6A | 6E | 31 | 4 | 0 | 37 | 39 | 40 | 26 | 1F |
| Octal | 152 | 156 | 61 | 4 | 0 | 67 | 71 | 100 | 46 | 37 |
| Binary | 1101010 | 1101110 | 110001 | 100 | 0 | 110111 | 111001 | 1000000 | 100110 | 11111 |
Color Harmonies of #6A6E31
Complementary color
Monochromatic Colors of #6A6E31
Black with #6A6E31
Text Example
Text Example
White with #6A6E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6E31; }
p { color: rgb(106,110,49); }
H1.HeaderClassName
{
color: #6A6E31;
}
.AnyTagClassName
{
color: #6A6E31;
}
</style>
background-color css
<style>
a { background-color: #6A6E31; }
a { background-color: rgb(106,110,49); }
div.DivClassName
{
background-color: #6A6E31;
}
.BgClassName
{
background-color: #6A6E31;
}
</style>
border-color css
<style>
span { border-color: #6A6E31; }
span { border-color: rgb(106,110,49); }
td.TdClassName
{
border-color: #6A6E31;
}
.TagClassName
{
border-color: #6A6E31;
}
</style>