Shades of Rain Forest #6C7734
Tints of Rain Forest #6C7734
RGB
CMYK
RGB Variations
Color information
#6C7734 (or 0x6C7734) is known color: Rain Forest. HEX triplet: 6C, 77 and 34. RGB value is (108,119,52). Sum of RGB (Red+Green+Blue) = 108+119+52=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 119 (46.88% from 255 or 42.65% from 279); Blue value is 52 (20.70% from 255 or 18.64% from 279); Max value from RGB is 119 - color contains mainly: green. Hex color #6C7734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7734 is #9388CB. Grayscale: #6C6C6C. Windows color (decimal): -9668812 or 3438444. OLE color: 3438444.
HSL color Cylindrical-coordinate representation of color #6C7734: hue angle of 69.85º 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 #6C7734 is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 119 | 52 | - |
| CMYK | 0.09 | 0 | 0.56 | 0.53 |
| HSL | 69.85º | 0.39% | 0.34% | - |
| HSV(B) | 69.85º | 0.56% | 0.47% | - |
| XYZ | 13.4 | 16.63 | 5.75 | - |
| YUV | 108.07 | 96.36 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 119 | 52 | 0.09 | 0 | 0.56 | 0.53 | 69.85 | 0.39 | 0.34 |
| Hex | 6C | 77 | 34 | 9 | 0 | 38 | 35 | 46 | 27 | 22 |
| Octal | 154 | 167 | 64 | 11 | 0 | 70 | 65 | 106 | 47 | 42 |
| Binary | 1101100 | 1110111 | 110100 | 1001 | 0 | 111000 | 110101 | 1000110 | 100111 | 100010 |
Color Harmonies of #6C7734
Complementary color
Monochromatic Colors of #6C7734
Black with #6C7734
Text Example
Text Example
White with #6C7734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7734; }
p { color: rgb(108,119,52); }
H1.HeaderClassName
{
color: #6C7734;
}
.AnyTagClassName
{
color: #6C7734;
}
</style>
background-color css
<style>
a { background-color: #6C7734; }
a { background-color: rgb(108,119,52); }
div.DivClassName
{
background-color: #6C7734;
}
.BgClassName
{
background-color: #6C7734;
}
</style>
border-color css
<style>
span { border-color: #6C7734; }
span { border-color: rgb(108,119,52); }
td.TdClassName
{
border-color: #6C7734;
}
.TagClassName
{
border-color: #6C7734;
}
</style>