Shades of Rain Forest #686B28
Tints of Rain Forest #686B28
RGB
CMYK
RGB Variations
Color information
#686B28 (or 0x686B28) is known color: Rain Forest. HEX triplet: 68, 6B and 28. RGB value is (104,107,40). Sum of RGB (Red+Green+Blue) = 104+107+40=251 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.43% from 251); Green value is 107 (42.19% from 255 or 42.63% from 251); Blue value is 40 (16.02% from 255 or 15.94% from 251); Max value from RGB is 107 - color contains mainly: green. Hex color #686B28 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #686B28 is #9794D7. Grayscale: #626262. Windows color (decimal): -9934040 or 2648936. OLE color: 2648936.
HSL color Cylindrical-coordinate representation of color #686B28: hue angle of 62.69º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #686B28 is Cyan = 0.03, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 104 | 107 | 40 | - |
| CMYK | 0.03 | 0 | 0.63 | 0.58 |
| HSL | 62.69º | 0.46% | 0.29% | - |
| HSV(B) | 62.69º | 0.63% | 0.42% | - |
| XYZ | 11.35 | 13.61 | 4.04 | - |
| YUV | 98.47 | 95.01 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 107 | 40 | 0.03 | 0 | 0.63 | 0.58 | 62.69 | 0.46 | 0.29 |
| Hex | 68 | 6B | 28 | 3 | 0 | 3F | 3A | 3F | 2E | 1D |
| Octal | 150 | 153 | 50 | 3 | 0 | 77 | 72 | 77 | 56 | 35 |
| Binary | 1101000 | 1101011 | 101000 | 11 | 0 | 111111 | 111010 | 111111 | 101110 | 11101 |
Color Harmonies of #686B28
Complementary color
Monochromatic Colors of #686B28
Black with #686B28
Text Example
Text Example
White with #686B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686B28; }
p { color: rgb(104,107,40); }
H1.HeaderClassName
{
color: #686B28;
}
.AnyTagClassName
{
color: #686B28;
}
</style>
background-color css
<style>
a { background-color: #686B28; }
a { background-color: rgb(104,107,40); }
div.DivClassName
{
background-color: #686B28;
}
.BgClassName
{
background-color: #686B28;
}
</style>
border-color css
<style>
span { border-color: #686B28; }
span { border-color: rgb(104,107,40); }
td.TdClassName
{
border-color: #686B28;
}
.TagClassName
{
border-color: #686B28;
}
</style>