Shades of Rain Forest #686F2D
Tints of Rain Forest #686F2D
RGB
CMYK
RGB Variations
Color information
#686F2D (or 0x686F2D) is known color: Rain Forest. HEX triplet: 68, 6F and 2D. RGB value is (104,111,45). Sum of RGB (Red+Green+Blue) = 104+111+45=260 (34% of max value = 765). Red value is 104 (41.02% from 255 or 40% from 260); Green value is 111 (43.75% from 255 or 42.69% from 260); Blue value is 45 (17.97% from 255 or 17.31% from 260); Max value from RGB is 111 - color contains mainly: green. Hex color #686F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686F2D is #9790D2. Grayscale: #656565. Windows color (decimal): -9933011 or 2977640. OLE color: 2977640.
HSL color Cylindrical-coordinate representation of color #686F2D: hue angle of 66.36º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #686F2D is Cyan = 0.06, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 45 | - |
| CMYK | 0.06 | 0 | 0.59 | 0.56 |
| HSL | 66.36º | 0.42% | 0.31% | - |
| HSV(B) | 66.36º | 0.59% | 0.44% | - |
| XYZ | 11.87 | 14.5 | 4.66 | - |
| YUV | 101.38 | 96.18 | 129.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 45 | 0.06 | 0 | 0.59 | 0.56 | 66.36 | 0.42 | 0.31 |
| Hex | 68 | 6F | 2D | 6 | 0 | 3B | 38 | 42 | 2A | 1F |
| Octal | 150 | 157 | 55 | 6 | 0 | 73 | 70 | 102 | 52 | 37 |
| Binary | 1101000 | 1101111 | 101101 | 110 | 0 | 111011 | 111000 | 1000010 | 101010 | 11111 |
Color Harmonies of #686F2D
Complementary color
Monochromatic Colors of #686F2D
Black with #686F2D
Text Example
Text Example
White with #686F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F2D; }
p { color: rgb(104,111,45); }
H1.HeaderClassName
{
color: #686F2D;
}
.AnyTagClassName
{
color: #686F2D;
}
</style>
background-color css
<style>
a { background-color: #686F2D; }
a { background-color: rgb(104,111,45); }
div.DivClassName
{
background-color: #686F2D;
}
.BgClassName
{
background-color: #686F2D;
}
</style>
border-color css
<style>
span { border-color: #686F2D; }
span { border-color: rgb(104,111,45); }
td.TdClassName
{
border-color: #686F2D;
}
.TagClassName
{
border-color: #686F2D;
}
</style>