Shades of Rain Forest #6A6E27
Tints of Rain Forest #6A6E27
RGB
CMYK
RGB Variations
Color information
#6A6E27 (or 0x6A6E27) is known color: Rain Forest. HEX triplet: 6A, 6E and 27. RGB value is (106,110,39). Sum of RGB (Red+Green+Blue) = 106+110+39=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 110 (43.36% from 255 or 43.14% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 110 - color contains mainly: green. Hex color #6A6E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6E27 is #9591D8. Grayscale: #646464. Windows color (decimal): -9802201 or 2584170. OLE color: 2584170.
HSL color Cylindrical-coordinate representation of color #6A6E27: hue angle of 63.38º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6A6E27 is Cyan = 0.04, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 110 | 39 | - |
| CMYK | 0.04 | 0 | 0.65 | 0.57 |
| HSL | 63.38º | 0.48% | 0.29% | - |
| HSV(B) | 63.38º | 0.65% | 0.43% | - |
| XYZ | 11.89 | 14.36 | 4.07 | - |
| YUV | 100.71 | 93.17 | 131.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 110 | 39 | 0.04 | 0 | 0.65 | 0.57 | 63.38 | 0.48 | 0.29 |
| Hex | 6A | 6E | 27 | 4 | 0 | 41 | 39 | 3F | 30 | 1D |
| Octal | 152 | 156 | 47 | 4 | 0 | 101 | 71 | 77 | 60 | 35 |
| Binary | 1101010 | 1101110 | 100111 | 100 | 0 | 1000001 | 111001 | 111111 | 110000 | 11101 |
Color Harmonies of #6A6E27
Complementary color
Monochromatic Colors of #6A6E27
Black with #6A6E27
Text Example
Text Example
White with #6A6E27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6E27; }
p { color: rgb(106,110,39); }
H1.HeaderClassName
{
color: #6A6E27;
}
.AnyTagClassName
{
color: #6A6E27;
}
</style>
background-color css
<style>
a { background-color: #6A6E27; }
a { background-color: rgb(106,110,39); }
div.DivClassName
{
background-color: #6A6E27;
}
.BgClassName
{
background-color: #6A6E27;
}
</style>
border-color css
<style>
span { border-color: #6A6E27; }
span { border-color: rgb(106,110,39); }
td.TdClassName
{
border-color: #6A6E27;
}
.TagClassName
{
border-color: #6A6E27;
}
</style>