Shades of Rain Forest #6A6D31
Tints of Rain Forest #6A6D31
RGB
CMYK
RGB Variations
Color information
#6A6D31 (or 0x6A6D31) is known color: Rain Forest. HEX triplet: 6A, 6D and 31. RGB value is (106,109,49). Sum of RGB (Red+Green+Blue) = 106+109+49=264 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.15% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 109 - color contains mainly: green. Hex color #6A6D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6D31 is #9592CE. Grayscale: #656565. Windows color (decimal): -9802447 or 3239274. OLE color: 3239274.
HSL color Cylindrical-coordinate representation of color #6A6D31: hue angle of 63º 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 #6A6D31 is Cyan = 0.03, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 106 | 109 | 49 | - |
| CMYK | 0.03 | 0 | 0.55 | 0.57 |
| HSL | 63º | 0.38% | 0.31% | - |
| HSV(B) | 63º | 0.55% | 0.43% | - |
| XYZ | 11.97 | 14.22 | 5.02 | - |
| YUV | 101.26 | 98.51 | 131.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 109 | 49 | 0.03 | 0 | 0.55 | 0.57 | 63 | 0.38 | 0.31 |
| Hex | 6A | 6D | 31 | 3 | 0 | 37 | 39 | 3F | 26 | 1F |
| Octal | 152 | 155 | 61 | 3 | 0 | 67 | 71 | 77 | 46 | 37 |
| Binary | 1101010 | 1101101 | 110001 | 11 | 0 | 110111 | 111001 | 111111 | 100110 | 11111 |
Color Harmonies of #6A6D31
Complementary color
Monochromatic Colors of #6A6D31
Black with #6A6D31
Text Example
Text Example
White with #6A6D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6D31; }
p { color: rgb(106,109,49); }
H1.HeaderClassName
{
color: #6A6D31;
}
.AnyTagClassName
{
color: #6A6D31;
}
</style>
background-color css
<style>
a { background-color: #6A6D31; }
a { background-color: rgb(106,109,49); }
div.DivClassName
{
background-color: #6A6D31;
}
.BgClassName
{
background-color: #6A6D31;
}
</style>
border-color css
<style>
span { border-color: #6A6D31; }
span { border-color: rgb(106,109,49); }
td.TdClassName
{
border-color: #6A6D31;
}
.TagClassName
{
border-color: #6A6D31;
}
</style>