Shades of Rain Forest #686D2C
Tints of Rain Forest #686D2C
RGB
CMYK
RGB Variations
Color information
#686D2C (or 0x686D2C) is known color: Rain Forest. HEX triplet: 68, 6D and 2C. RGB value is (104,109,44). Sum of RGB (Red+Green+Blue) = 104+109+44=257 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40.47% from 257); Green value is 109 (42.97% from 255 or 42.41% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 109 - color contains mainly: green. Hex color #686D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686D2C is #9792D3. Grayscale: #646464. Windows color (decimal): -9933524 or 2911592. OLE color: 2911592.
HSL color Cylindrical-coordinate representation of color #686D2C: hue angle of 64.62º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #686D2C is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 44 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.57 |
| HSL | 64.62º | 0.42% | 0.3% | - |
| HSV(B) | 64.62º | 0.6% | 0.43% | - |
| XYZ | 11.63 | 14.06 | 4.48 | - |
| YUV | 100.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 44 | 0.05 | 0 | 0.60 | 0.57 | 64.62 | 0.42 | 0.3 |
| Hex | 68 | 6D | 2C | 5 | 0 | 3C | 39 | 41 | 2A | 1E |
| Octal | 150 | 155 | 54 | 5 | 0 | 74 | 71 | 101 | 52 | 36 |
| Binary | 1101000 | 1101101 | 101100 | 101 | 0 | 111100 | 111001 | 1000001 | 101010 | 11110 |
Color Harmonies of #686D2C
Complementary color
Monochromatic Colors of #686D2C
Black with #686D2C
Text Example
Text Example
White with #686D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D2C; }
p { color: rgb(104,109,44); }
H1.HeaderClassName
{
color: #686D2C;
}
.AnyTagClassName
{
color: #686D2C;
}
</style>
background-color css
<style>
a { background-color: #686D2C; }
a { background-color: rgb(104,109,44); }
div.DivClassName
{
background-color: #686D2C;
}
.BgClassName
{
background-color: #686D2C;
}
</style>
border-color css
<style>
span { border-color: #686D2C; }
span { border-color: rgb(104,109,44); }
td.TdClassName
{
border-color: #686D2C;
}
.TagClassName
{
border-color: #686D2C;
}
</style>