Shades of Rain Forest #68682A
Tints of Rain Forest #68682A
RGB
CMYK
RGB Variations
Color information
#68682A (or 0x68682A) is known color: Rain Forest. HEX triplet: 68, 68 and 2A. RGB value is (104,104,42). Sum of RGB (Red+Green+Blue) = 104+104+42=250 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.6% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 42 (16.80% from 255 or 16.8% from 250); Max value from RGB is 104 - color contains mainly: red, green. Hex color #68682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68682A is #9797D5. Grayscale: #616161. Windows color (decimal): -9934806 or 2779240. OLE color: 2779240.
HSL color Cylindrical-coordinate representation of color #68682A: hue angle of 60º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #68682A is Cyan = 0, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 104 | 42 | - |
| CMYK | 0 | 0 | 0.60 | 0.59 |
| HSL | 60º | 0.42% | 0.29% | - |
| HSV(B) | 60º | 0.6% | 0.41% | - |
| XYZ | 11.08 | 13.01 | 4.12 | - |
| YUV | 96.93 | 97 | 133.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 104 | 42 | 0 | 0 | 0.60 | 0.59 | 60 | 0.42 | 0.29 |
| Hex | 68 | 68 | 2A | 0 | 0 | 3C | 3B | 3C | 2A | 1D |
| Octal | 150 | 150 | 52 | 0 | 0 | 74 | 73 | 74 | 52 | 35 |
| Binary | 1101000 | 1101000 | 101010 | 0 | 0 | 111100 | 111011 | 111100 | 101010 | 11101 |
Color Harmonies of #68682A
Complementary color
Monochromatic Colors of #68682A
Black with #68682A
Text Example
Text Example
White with #68682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68682A; }
p { color: rgb(104,104,42); }
H1.HeaderClassName
{
color: #68682A;
}
.AnyTagClassName
{
color: #68682A;
}
</style>
background-color css
<style>
a { background-color: #68682A; }
a { background-color: rgb(104,104,42); }
div.DivClassName
{
background-color: #68682A;
}
.BgClassName
{
background-color: #68682A;
}
</style>
border-color css
<style>
span { border-color: #68682A; }
span { border-color: rgb(104,104,42); }
td.TdClassName
{
border-color: #68682A;
}
.TagClassName
{
border-color: #68682A;
}
</style>