Shades of Rain Forest #6B7734
Tints of Rain Forest #6B7734
RGB
CMYK
RGB Variations
Color information
#6B7734 (or 0x6B7734) is known color: Rain Forest. HEX triplet: 6B, 77 and 34. RGB value is (107,119,52). Sum of RGB (Red+Green+Blue) = 107+119+52=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 119 (46.88% from 255 or 42.81% from 278); Blue value is 52 (20.70% from 255 or 18.71% from 278); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7734 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7734 is #9488CB. Grayscale: #6C6C6C. Windows color (decimal): -9734348 or 3438443. OLE color: 3438443.
HSL color Cylindrical-coordinate representation of color #6B7734: hue angle of 70.75º 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 #6B7734 is Cyan = 0.10, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 52 | - |
| CMYK | 0.10 | 0 | 0.56 | 0.53 |
| HSL | 70.75º | 0.39% | 0.34% | - |
| HSV(B) | 70.75º | 0.56% | 0.47% | - |
| XYZ | 13.28 | 16.57 | 5.75 | - |
| YUV | 107.77 | 96.52 | 127.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 52 | 0.10 | 0 | 0.56 | 0.53 | 70.75 | 0.39 | 0.34 |
| Hex | 6B | 77 | 34 | A | 0 | 38 | 35 | 47 | 27 | 22 |
| Octal | 153 | 167 | 64 | 12 | 0 | 70 | 65 | 107 | 47 | 42 |
| Binary | 1101011 | 1110111 | 110100 | 1010 | 0 | 111000 | 110101 | 1000111 | 100111 | 100010 |
Color Harmonies of #6B7734
Complementary color
Monochromatic Colors of #6B7734
Black with #6B7734
Text Example
Text Example
White with #6B7734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7734; }
p { color: rgb(107,119,52); }
H1.HeaderClassName
{
color: #6B7734;
}
.AnyTagClassName
{
color: #6B7734;
}
</style>
background-color css
<style>
a { background-color: #6B7734; }
a { background-color: rgb(107,119,52); }
div.DivClassName
{
background-color: #6B7734;
}
.BgClassName
{
background-color: #6B7734;
}
</style>
border-color css
<style>
span { border-color: #6B7734; }
span { border-color: rgb(107,119,52); }
td.TdClassName
{
border-color: #6B7734;
}
.TagClassName
{
border-color: #6B7734;
}
</style>