Shades of Rain Forest #686F31
Tints of Rain Forest #686F31
RGB
CMYK
RGB Variations
Color information
#686F31 (or 0x686F31) is known color: Rain Forest. HEX triplet: 68, 6F and 31. RGB value is (104,111,49). Sum of RGB (Red+Green+Blue) = 104+111+49=264 (34% of max value = 765). Red value is 104 (41.02% from 255 or 39.39% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 49 (19.53% from 255 or 18.56% from 264); Max value from RGB is 111 - color contains mainly: green. Hex color #686F31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686F31 is #9790CE. Grayscale: #666666. Windows color (decimal): -9933007 or 3239784. OLE color: 3239784.
HSL color Cylindrical-coordinate representation of color #686F31: hue angle of 66.77º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #686F31 is Cyan = 0.06, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 104 | 111 | 49 | - |
| CMYK | 0.06 | 0 | 0.56 | 0.56 |
| HSL | 66.77º | 0.39% | 0.31% | - |
| HSV(B) | 66.77º | 0.56% | 0.44% | - |
| XYZ | 11.95 | 14.53 | 5.08 | - |
| YUV | 101.84 | 98.18 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 111 | 49 | 0.06 | 0 | 0.56 | 0.56 | 66.77 | 0.39 | 0.31 |
| Hex | 68 | 6F | 31 | 6 | 0 | 38 | 38 | 43 | 27 | 1F |
| Octal | 150 | 157 | 61 | 6 | 0 | 70 | 70 | 103 | 47 | 37 |
| Binary | 1101000 | 1101111 | 110001 | 110 | 0 | 111000 | 111000 | 1000011 | 100111 | 11111 |
Color Harmonies of #686F31
Complementary color
Monochromatic Colors of #686F31
Black with #686F31
Text Example
Text Example
White with #686F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686F31; }
p { color: rgb(104,111,49); }
H1.HeaderClassName
{
color: #686F31;
}
.AnyTagClassName
{
color: #686F31;
}
</style>
background-color css
<style>
a { background-color: #686F31; }
a { background-color: rgb(104,111,49); }
div.DivClassName
{
background-color: #686F31;
}
.BgClassName
{
background-color: #686F31;
}
</style>
border-color css
<style>
span { border-color: #686F31; }
span { border-color: rgb(104,111,49); }
td.TdClassName
{
border-color: #686F31;
}
.TagClassName
{
border-color: #686F31;
}
</style>