Shades of Rain Forest #686B36
Tints of Rain Forest #686B36
RGB
CMYK
RGB Variations
Color information
#686B36 (or 0x686B36) is known color: Rain Forest. HEX triplet: 68, 6B and 36. RGB value is (104,107,54). Sum of RGB (Red+Green+Blue) = 104+107+54=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 107 (42.19% from 255 or 40.38% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 107 - color contains mainly: green. Hex color #686B36 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686B36 is #9794C9. Grayscale: #646464. Windows color (decimal): -9934026 or 3566440. OLE color: 3566440.
HSL color Cylindrical-coordinate representation of color #686B36: hue angle of 63.4º degrees, saturation: 0.33, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #686B36 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 54 | - |
| CMYK | 0.03 | 0 | 0.50 | 0.58 |
| HSL | 63.4º | 0.33% | 0.32% | - |
| HSV(B) | 63.4º | 0.5% | 0.42% | - |
| XYZ | 11.63 | 13.72 | 5.53 | - |
| YUV | 100.06 | 102.01 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 54 | 0.03 | 0 | 0.50 | 0.58 | 63.4 | 0.33 | 0.32 |
| Hex | 68 | 6B | 36 | 3 | 0 | 32 | 3A | 3F | 21 | 20 |
| Octal | 150 | 153 | 66 | 3 | 0 | 62 | 72 | 77 | 41 | 40 |
| Binary | 1101000 | 1101011 | 110110 | 11 | 0 | 110010 | 111010 | 111111 | 100001 | 100000 |
Color Harmonies of #686B36
Complementary color
Monochromatic Colors of #686B36
Black with #686B36
Text Example
Text Example
White with #686B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B36; }
p { color: rgb(104,107,54); }
H1.HeaderClassName
{
color: #686B36;
}
.AnyTagClassName
{
color: #686B36;
}
</style>
background-color css
<style>
a { background-color: #686B36; }
a { background-color: rgb(104,107,54); }
div.DivClassName
{
background-color: #686B36;
}
.BgClassName
{
background-color: #686B36;
}
</style>
border-color css
<style>
span { border-color: #686B36; }
span { border-color: rgb(104,107,54); }
td.TdClassName
{
border-color: #686B36;
}
.TagClassName
{
border-color: #686B36;
}
</style>