Shades of Rain Forest #6A6E25
Tints of Rain Forest #6A6E25
RGB
CMYK
RGB Variations
Color information
#6A6E25 (or 0x6A6E25) is known color: Rain Forest. HEX triplet: 6A, 6E and 25. RGB value is (106,110,37). Sum of RGB (Red+Green+Blue) = 106+110+37=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 110 (43.36% from 255 or 43.48% from 253); Blue value is 37 (14.84% from 255 or 14.62% from 253); Max value from RGB is 110 - color contains mainly: green. Hex color #6A6E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6E25 is #9591DA. Grayscale: #646464. Windows color (decimal): -9802203 or 2453098. OLE color: 2453098.
HSL color Cylindrical-coordinate representation of color #6A6E25: hue angle of 63.29º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6A6E25 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 110 | 37 | - |
| CMYK | 0.04 | 0 | 0.66 | 0.57 |
| HSL | 63.29º | 0.5% | 0.29% | - |
| HSV(B) | 63.29º | 0.66% | 0.43% | - |
| XYZ | 11.85 | 14.35 | 3.9 | - |
| YUV | 100.48 | 92.17 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 110 | 37 | 0.04 | 0 | 0.66 | 0.57 | 63.29 | 0.5 | 0.29 |
| Hex | 6A | 6E | 25 | 4 | 0 | 42 | 39 | 3F | 32 | 1D |
| Octal | 152 | 156 | 45 | 4 | 0 | 102 | 71 | 77 | 62 | 35 |
| Binary | 1101010 | 1101110 | 100101 | 100 | 0 | 1000010 | 111001 | 111111 | 110010 | 11101 |
Color Harmonies of #6A6E25
Complementary color
Monochromatic Colors of #6A6E25
Black with #6A6E25
Text Example
Text Example
White with #6A6E25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6E25; }
p { color: rgb(106,110,37); }
H1.HeaderClassName
{
color: #6A6E25;
}
.AnyTagClassName
{
color: #6A6E25;
}
</style>
background-color css
<style>
a { background-color: #6A6E25; }
a { background-color: rgb(106,110,37); }
div.DivClassName
{
background-color: #6A6E25;
}
.BgClassName
{
background-color: #6A6E25;
}
</style>
border-color css
<style>
span { border-color: #6A6E25; }
span { border-color: rgb(106,110,37); }
td.TdClassName
{
border-color: #6A6E25;
}
.TagClassName
{
border-color: #6A6E25;
}
</style>