Shades of Rain Forest #6C7935
Tints of Rain Forest #6C7935
RGB
CMYK
RGB Variations
Color information
#6C7935 (or 0x6C7935) is known color: Rain Forest. HEX triplet: 6C, 79 and 35. RGB value is (108,121,53). Sum of RGB (Red+Green+Blue) = 108+121+53=282 (37% of max value = 765). Red value is 108 (42.58% from 255 or 38.30% from 282); Green value is 121 (47.66% from 255 or 42.91% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 121 - color contains mainly: green. Hex color #6C7935 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7935 is #9386CA. Grayscale: #6D6D6D. Windows color (decimal): -9668299 or 3504492. OLE color: 3504492.
HSL color Cylindrical-coordinate representation of color #6C7935: hue angle of 71.47º degrees, saturation: 0.39, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6C7935 is Cyan = 0.11, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 121 | 53 | - |
| CMYK | 0.11 | 0 | 0.56 | 0.53 |
| HSL | 71.47º | 0.39% | 0.34% | - |
| HSV(B) | 71.47º | 0.56% | 0.47% | - |
| XYZ | 13.66 | 17.12 | 5.95 | - |
| YUV | 109.36 | 96.19 | 127.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 121 | 53 | 0.11 | 0 | 0.56 | 0.53 | 71.47 | 0.39 | 0.34 |
| Hex | 6C | 79 | 35 | B | 0 | 38 | 35 | 47 | 27 | 22 |
| Octal | 154 | 171 | 65 | 13 | 0 | 70 | 65 | 107 | 47 | 42 |
| Binary | 1101100 | 1111001 | 110101 | 1011 | 0 | 111000 | 110101 | 1000111 | 100111 | 100010 |
Color Harmonies of #6C7935
Complementary color
Monochromatic Colors of #6C7935
Black with #6C7935
Text Example
Text Example
White with #6C7935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7935; }
p { color: rgb(108,121,53); }
H1.HeaderClassName
{
color: #6C7935;
}
.AnyTagClassName
{
color: #6C7935;
}
</style>
background-color css
<style>
a { background-color: #6C7935; }
a { background-color: rgb(108,121,53); }
div.DivClassName
{
background-color: #6C7935;
}
.BgClassName
{
background-color: #6C7935;
}
</style>
border-color css
<style>
span { border-color: #6C7935; }
span { border-color: rgb(108,121,53); }
td.TdClassName
{
border-color: #6C7935;
}
.TagClassName
{
border-color: #6C7935;
}
</style>