Shades of Rain Forest #696B34
Tints of Rain Forest #696B34
RGB
CMYK
RGB Variations
Color information
#696B34 (or 0x696B34) is known color: Rain Forest. HEX triplet: 69, 6B and 34. RGB value is (105,107,52). Sum of RGB (Red+Green+Blue) = 105+107+52=264 (34% of max value = 765). Red value is 105 (41.41% from 255 or 39.77% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 52 (20.70% from 255 or 19.70% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #696B34 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #696B34 is #9694CB. Grayscale: #646464. Windows color (decimal): -9868492 or 3435369. OLE color: 3435369.
HSL color Cylindrical-coordinate representation of color #696B34: hue angle of 62.18º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #696B34 is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 105 | 107 | 52 | - |
| CMYK | 0.02 | 0 | 0.51 | 0.58 |
| HSL | 62.18º | 0.35% | 0.31% | - |
| HSV(B) | 62.18º | 0.51% | 0.42% | - |
| XYZ | 11.7 | 13.77 | 5.29 | - |
| YUV | 100.13 | 100.84 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 107 | 52 | 0.02 | 0 | 0.51 | 0.58 | 62.18 | 0.35 | 0.31 |
| Hex | 69 | 6B | 34 | 2 | 0 | 33 | 3A | 3E | 23 | 1F |
| Octal | 151 | 153 | 64 | 2 | 0 | 63 | 72 | 76 | 43 | 37 |
| Binary | 1101001 | 1101011 | 110100 | 10 | 0 | 110011 | 111010 | 111110 | 100011 | 11111 |
Color Harmonies of #696B34
Complementary color
Monochromatic Colors of #696B34
Black with #696B34
Text Example
Text Example
White with #696B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #696B34; }
p { color: rgb(105,107,52); }
H1.HeaderClassName
{
color: #696B34;
}
.AnyTagClassName
{
color: #696B34;
}
</style>
background-color css
<style>
a { background-color: #696B34; }
a { background-color: rgb(105,107,52); }
div.DivClassName
{
background-color: #696B34;
}
.BgClassName
{
background-color: #696B34;
}
</style>
border-color css
<style>
span { border-color: #696B34; }
span { border-color: rgb(105,107,52); }
td.TdClassName
{
border-color: #696B34;
}
.TagClassName
{
border-color: #696B34;
}
</style>