Shades of Rain Forest #686D35
Tints of Rain Forest #686D35
RGB
CMYK
RGB Variations
Color information
#686D35 (or 0x686D35) is known color: Rain Forest. HEX triplet: 68, 6D and 35. RGB value is (104,109,53). Sum of RGB (Red+Green+Blue) = 104+109+53=266 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.10% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 53 (21.09% from 255 or 19.92% from 266); Max value from RGB is 109 - color contains mainly: green. Hex color #686D35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686D35 is #9792CA. Grayscale: #656565. Windows color (decimal): -9933515 or 3501416. OLE color: 3501416.
HSL color Cylindrical-coordinate representation of color #686D35: hue angle of 65.36º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #686D35 is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 53 | - |
| CMYK | 0.05 | 0 | 0.51 | 0.57 |
| HSL | 65.36º | 0.35% | 0.32% | - |
| HSV(B) | 65.36º | 0.51% | 0.43% | - |
| XYZ | 11.82 | 14.14 | 5.47 | - |
| YUV | 101.12 | 100.84 | 130.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 53 | 0.05 | 0 | 0.51 | 0.57 | 65.36 | 0.35 | 0.32 |
| Hex | 68 | 6D | 35 | 5 | 0 | 33 | 39 | 41 | 23 | 20 |
| Octal | 150 | 155 | 65 | 5 | 0 | 63 | 71 | 101 | 43 | 40 |
| Binary | 1101000 | 1101101 | 110101 | 101 | 0 | 110011 | 111001 | 1000001 | 100011 | 100000 |
Color Harmonies of #686D35
Complementary color
Monochromatic Colors of #686D35
Black with #686D35
Text Example
Text Example
White with #686D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D35; }
p { color: rgb(104,109,53); }
H1.HeaderClassName
{
color: #686D35;
}
.AnyTagClassName
{
color: #686D35;
}
</style>
background-color css
<style>
a { background-color: #686D35; }
a { background-color: rgb(104,109,53); }
div.DivClassName
{
background-color: #686D35;
}
.BgClassName
{
background-color: #686D35;
}
</style>
border-color css
<style>
span { border-color: #686D35; }
span { border-color: rgb(104,109,53); }
td.TdClassName
{
border-color: #686D35;
}
.TagClassName
{
border-color: #686D35;
}
</style>