Shades of Rain Forest #6B6D36
Tints of Rain Forest #6B6D36
RGB
CMYK
RGB Variations
Color information
#6B6D36 (or 0x6B6D36) is known color: Rain Forest. HEX triplet: 6B, 6D and 36. RGB value is (107,109,54). Sum of RGB (Red+Green+Blue) = 107+109+54=270 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.63% from 270); Green value is 109 (42.97% from 255 or 40.37% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6D36 is #9492C9. Grayscale: #666666. Windows color (decimal): -9736906 or 3566955. OLE color: 3566955.
HSL color Cylindrical-coordinate representation of color #6B6D36: hue angle of 62.18º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6B6D36 is Cyan = 0.02, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 54 | - |
| CMYK | 0.02 | 0 | 0.50 | 0.57 |
| HSL | 62.18º | 0.34% | 0.32% | - |
| HSV(B) | 62.18º | 0.5% | 0.43% | - |
| XYZ | 12.2 | 14.33 | 5.61 | - |
| YUV | 102.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 54 | 0.02 | 0 | 0.50 | 0.57 | 62.18 | 0.34 | 0.32 |
| Hex | 6B | 6D | 36 | 2 | 0 | 32 | 39 | 3E | 22 | 20 |
| Octal | 153 | 155 | 66 | 2 | 0 | 62 | 71 | 76 | 42 | 40 |
| Binary | 1101011 | 1101101 | 110110 | 10 | 0 | 110010 | 111001 | 111110 | 100010 | 100000 |
Color Harmonies of #6B6D36
Complementary color
Monochromatic Colors of #6B6D36
Black with #6B6D36
Text Example
Text Example
White with #6B6D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D36; }
p { color: rgb(107,109,54); }
H1.HeaderClassName
{
color: #6B6D36;
}
.AnyTagClassName
{
color: #6B6D36;
}
</style>
background-color css
<style>
a { background-color: #6B6D36; }
a { background-color: rgb(107,109,54); }
div.DivClassName
{
background-color: #6B6D36;
}
.BgClassName
{
background-color: #6B6D36;
}
</style>
border-color css
<style>
span { border-color: #6B6D36; }
span { border-color: rgb(107,109,54); }
td.TdClassName
{
border-color: #6B6D36;
}
.TagClassName
{
border-color: #6B6D36;
}
</style>