Shades of Rain Forest #6A6F33
Tints of Rain Forest #6A6F33
RGB
CMYK
RGB Variations
Color information
#6A6F33 (or 0x6A6F33) is known color: Rain Forest. HEX triplet: 6A, 6F and 33. RGB value is (106,111,51). Sum of RGB (Red+Green+Blue) = 106+111+51=268 (35% of max value = 765). Red value is 106 (41.80% from 255 or 39.55% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #6A6F33 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6F33 is #9590CC. Grayscale: #666666. Windows color (decimal): -9801933 or 3370858. OLE color: 3370858.
HSL color Cylindrical-coordinate representation of color #6A6F33: hue angle of 65º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6A6F33 is Cyan = 0.05, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 106 | 111 | 51 | - |
| CMYK | 0.05 | 0 | 0.54 | 0.56 |
| HSL | 65º | 0.37% | 0.32% | - |
| HSV(B) | 65º | 0.54% | 0.44% | - |
| XYZ | 12.23 | 14.67 | 5.32 | - |
| YUV | 102.67 | 98.84 | 130.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 111 | 51 | 0.05 | 0 | 0.54 | 0.56 | 65 | 0.37 | 0.32 |
| Hex | 6A | 6F | 33 | 5 | 0 | 36 | 38 | 41 | 25 | 20 |
| Octal | 152 | 157 | 63 | 5 | 0 | 66 | 70 | 101 | 45 | 40 |
| Binary | 1101010 | 1101111 | 110011 | 101 | 0 | 110110 | 111000 | 1000001 | 100101 | 100000 |
Color Harmonies of #6A6F33
Complementary color
Monochromatic Colors of #6A6F33
Black with #6A6F33
Text Example
Text Example
White with #6A6F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6F33; }
p { color: rgb(106,111,51); }
H1.HeaderClassName
{
color: #6A6F33;
}
.AnyTagClassName
{
color: #6A6F33;
}
</style>
background-color css
<style>
a { background-color: #6A6F33; }
a { background-color: rgb(106,111,51); }
div.DivClassName
{
background-color: #6A6F33;
}
.BgClassName
{
background-color: #6A6F33;
}
</style>
border-color css
<style>
span { border-color: #6A6F33; }
span { border-color: rgb(106,111,51); }
td.TdClassName
{
border-color: #6A6F33;
}
.TagClassName
{
border-color: #6A6F33;
}
</style>