Shades of Rain Forest #686D31
Tints of Rain Forest #686D31
RGB
CMYK
RGB Variations
Color information
#686D31 (or 0x686D31) is known color: Rain Forest. HEX triplet: 68, 6D and 31. RGB value is (104,109,49). Sum of RGB (Red+Green+Blue) = 104+109+49=262 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.69% from 262); Green value is 109 (42.97% from 255 or 41.60% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 109 - color contains mainly: green. Hex color #686D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686D31 is #9792CE. Grayscale: #646464. Windows color (decimal): -9933519 or 3239272. OLE color: 3239272.
HSL color Cylindrical-coordinate representation of color #686D31: hue angle of 65º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #686D31 is Cyan = 0.05, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 104 | 109 | 49 | - |
| CMYK | 0.05 | 0 | 0.55 | 0.57 |
| HSL | 65º | 0.38% | 0.31% | - |
| HSV(B) | 65º | 0.55% | 0.43% | - |
| XYZ | 11.73 | 14.1 | 5.01 | - |
| YUV | 100.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 109 | 49 | 0.05 | 0 | 0.55 | 0.57 | 65 | 0.38 | 0.31 |
| Hex | 68 | 6D | 31 | 5 | 0 | 37 | 39 | 41 | 26 | 1F |
| Octal | 150 | 155 | 61 | 5 | 0 | 67 | 71 | 101 | 46 | 37 |
| Binary | 1101000 | 1101101 | 110001 | 101 | 0 | 110111 | 111001 | 1000001 | 100110 | 11111 |
Color Harmonies of #686D31
Complementary color
Monochromatic Colors of #686D31
Black with #686D31
Text Example
Text Example
White with #686D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686D31; }
p { color: rgb(104,109,49); }
H1.HeaderClassName
{
color: #686D31;
}
.AnyTagClassName
{
color: #686D31;
}
</style>
background-color css
<style>
a { background-color: #686D31; }
a { background-color: rgb(104,109,49); }
div.DivClassName
{
background-color: #686D31;
}
.BgClassName
{
background-color: #686D31;
}
</style>
border-color css
<style>
span { border-color: #686D31; }
span { border-color: rgb(104,109,49); }
td.TdClassName
{
border-color: #686D31;
}
.TagClassName
{
border-color: #686D31;
}
</style>