Shades of Rain Forest #6B7722
Tints of Rain Forest #6B7722
RGB
CMYK
RGB Variations
Color information
#6B7722 (or 0x6B7722) is known color: Rain Forest. HEX triplet: 6B, 77 and 22. RGB value is (107,119,34). Sum of RGB (Red+Green+Blue) = 107+119+34=260 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.15% from 260); Green value is 119 (46.88% from 255 or 45.77% from 260); Blue value is 34 (13.67% from 255 or 13.08% from 260); Max value from RGB is 119 - color contains mainly: green. Hex color #6B7722 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7722 is #9488DD. Grayscale: #6A6A6A. Windows color (decimal): -9734366 or 2258795. OLE color: 2258795.
HSL color Cylindrical-coordinate representation of color #6B7722: hue angle of 68.47º degrees, saturation: 0.56, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6B7722 is Cyan = 0.10, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 107 | 119 | 34 | - |
| CMYK | 0.10 | 0 | 0.71 | 0.53 |
| HSL | 68.47º | 0.56% | 0.3% | - |
| HSV(B) | 68.47º | 0.71% | 0.47% | - |
| XYZ | 12.95 | 16.43 | 4 | - |
| YUV | 105.72 | 87.52 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 119 | 34 | 0.10 | 0 | 0.71 | 0.53 | 68.47 | 0.56 | 0.3 |
| Hex | 6B | 77 | 22 | A | 0 | 47 | 35 | 44 | 38 | 1E |
| Octal | 153 | 167 | 42 | 12 | 0 | 107 | 65 | 104 | 70 | 36 |
| Binary | 1101011 | 1110111 | 100010 | 1010 | 0 | 1000111 | 110101 | 1000100 | 111000 | 11110 |
Color Harmonies of #6B7722
Complementary color
Monochromatic Colors of #6B7722
Black with #6B7722
Text Example
Text Example
White with #6B7722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7722; }
p { color: rgb(107,119,34); }
H1.HeaderClassName
{
color: #6B7722;
}
.AnyTagClassName
{
color: #6B7722;
}
</style>
background-color css
<style>
a { background-color: #6B7722; }
a { background-color: rgb(107,119,34); }
div.DivClassName
{
background-color: #6B7722;
}
.BgClassName
{
background-color: #6B7722;
}
</style>
border-color css
<style>
span { border-color: #6B7722; }
span { border-color: rgb(107,119,34); }
td.TdClassName
{
border-color: #6B7722;
}
.TagClassName
{
border-color: #6B7722;
}
</style>