Shades of Rain Forest #696A2C
Tints of Rain Forest #696A2C
RGB
CMYK
RGB Variations
Color information
#696A2C (or 0x696A2C) is known color: Rain Forest. HEX triplet: 69, 6A and 2C. RGB value is (105,106,44). Sum of RGB (Red+Green+Blue) = 105+106+44=255 (33% of max value = 765). Red value is 105 (41.41% from 255 or 41.18% from 255); Green value is 106 (41.80% from 255 or 41.57% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 106 - color contains mainly: green. Hex color #696A2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696A2C is #9695D3. Grayscale: #626262. Windows color (decimal): -9868756 or 2910825. OLE color: 2910825.
HSL color Cylindrical-coordinate representation of color #696A2C: hue angle of 60.97º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #696A2C is Cyan = 0.01, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 106 | 44 | - |
| CMYK | 0.01 | 0 | 0.58 | 0.58 |
| HSL | 60.97º | 0.41% | 0.29% | - |
| HSV(B) | 60.97º | 0.58% | 0.42% | - |
| XYZ | 11.43 | 13.49 | 4.38 | - |
| YUV | 98.63 | 97.17 | 132.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 106 | 44 | 0.01 | 0 | 0.58 | 0.58 | 60.97 | 0.41 | 0.29 |
| Hex | 69 | 6A | 2C | 1 | 0 | 3A | 3A | 3D | 29 | 1D |
| Octal | 151 | 152 | 54 | 1 | 0 | 72 | 72 | 75 | 51 | 35 |
| Binary | 1101001 | 1101010 | 101100 | 1 | 0 | 111010 | 111010 | 111101 | 101001 | 11101 |
Color Harmonies of #696A2C
Complementary color
Monochromatic Colors of #696A2C
Black with #696A2C
Text Example
Text Example
White with #696A2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696A2C; }
p { color: rgb(105,106,44); }
H1.HeaderClassName
{
color: #696A2C;
}
.AnyTagClassName
{
color: #696A2C;
}
</style>
background-color css
<style>
a { background-color: #696A2C; }
a { background-color: rgb(105,106,44); }
div.DivClassName
{
background-color: #696A2C;
}
.BgClassName
{
background-color: #696A2C;
}
</style>
border-color css
<style>
span { border-color: #696A2C; }
span { border-color: rgb(105,106,44); }
td.TdClassName
{
border-color: #696A2C;
}
.TagClassName
{
border-color: #696A2C;
}
</style>