Shades of Rain Forest #68692E
Tints of Rain Forest #68692E
RGB
CMYK
RGB Variations
Color information
#68692E (or 0x68692E) is known color: Rain Forest. HEX triplet: 68, 69 and 2E. RGB value is (104,105,46). Sum of RGB (Red+Green+Blue) = 104+105+46=255 (33% of max value = 765). Red value is 104 (41.02% from 255 or 40.78% from 255); Green value is 105 (41.41% from 255 or 41.18% from 255); Blue value is 46 (18.36% from 255 or 18.04% from 255); Max value from RGB is 105 - color contains mainly: green. Hex color #68692E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #68692E is #9796D1. Grayscale: #626262. Windows color (decimal): -9934546 or 3041640. OLE color: 3041640.
HSL color Cylindrical-coordinate representation of color #68692E: hue angle of 61.02º degrees, saturation: 0.39, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68692E is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 105 | 46 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.59 |
| HSL | 61.02º | 0.39% | 0.3% | - |
| HSV(B) | 61.02º | 0.56% | 0.41% | - |
| XYZ | 11.25 | 13.24 | 4.55 | - |
| YUV | 97.98 | 98.67 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 105 | 46 | 0.01 | 0 | 0.56 | 0.59 | 61.02 | 0.39 | 0.3 |
| Hex | 68 | 69 | 2E | 1 | 0 | 38 | 3B | 3D | 27 | 1E |
| Octal | 150 | 151 | 56 | 1 | 0 | 70 | 73 | 75 | 47 | 36 |
| Binary | 1101000 | 1101001 | 101110 | 1 | 0 | 111000 | 111011 | 111101 | 100111 | 11110 |
Color Harmonies of #68692E
Complementary color
Monochromatic Colors of #68692E
Black with #68692E
Text Example
Text Example
White with #68692E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68692E; }
p { color: rgb(104,105,46); }
H1.HeaderClassName
{
color: #68692E;
}
.AnyTagClassName
{
color: #68692E;
}
</style>
background-color css
<style>
a { background-color: #68692E; }
a { background-color: rgb(104,105,46); }
div.DivClassName
{
background-color: #68692E;
}
.BgClassName
{
background-color: #68692E;
}
</style>
border-color css
<style>
span { border-color: #68692E; }
span { border-color: rgb(104,105,46); }
td.TdClassName
{
border-color: #68692E;
}
.TagClassName
{
border-color: #68692E;
}
</style>