Shades of Rain Forest #6A6B2A
Tints of Rain Forest #6A6B2A
RGB
CMYK
RGB Variations
Color information
#6A6B2A (or 0x6A6B2A) is known color: Rain Forest. HEX triplet: 6A, 6B and 2A. RGB value is (106,107,42). Sum of RGB (Red+Green+Blue) = 106+107+42=255 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.57% from 255); Green value is 107 (42.19% from 255 or 41.96% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 107 - color contains mainly: green. Hex color #6A6B2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A6B2A is #9594D5. Grayscale: #636363. Windows color (decimal): -9802966 or 2780010. OLE color: 2780010.
HSL color Cylindrical-coordinate representation of color #6A6B2A: hue angle of 60.92º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6A6B2A is Cyan = 0.01, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 106 | 107 | 42 | - |
| CMYK | 0.01 | 0 | 0.61 | 0.58 |
| HSL | 60.92º | 0.44% | 0.29% | - |
| HSV(B) | 60.92º | 0.61% | 0.42% | - |
| XYZ | 11.62 | 13.75 | 4.23 | - |
| YUV | 99.29 | 95.67 | 132.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 107 | 42 | 0.01 | 0 | 0.61 | 0.58 | 60.92 | 0.44 | 0.29 |
| Hex | 6A | 6B | 2A | 1 | 0 | 3D | 3A | 3D | 2C | 1D |
| Octal | 152 | 153 | 52 | 1 | 0 | 75 | 72 | 75 | 54 | 35 |
| Binary | 1101010 | 1101011 | 101010 | 1 | 0 | 111101 | 111010 | 111101 | 101100 | 11101 |
Color Harmonies of #6A6B2A
Complementary color
Monochromatic Colors of #6A6B2A
Black with #6A6B2A
Text Example
Text Example
White with #6A6B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A6B2A; }
p { color: rgb(106,107,42); }
H1.HeaderClassName
{
color: #6A6B2A;
}
.AnyTagClassName
{
color: #6A6B2A;
}
</style>
background-color css
<style>
a { background-color: #6A6B2A; }
a { background-color: rgb(106,107,42); }
div.DivClassName
{
background-color: #6A6B2A;
}
.BgClassName
{
background-color: #6A6B2A;
}
</style>
border-color css
<style>
span { border-color: #6A6B2A; }
span { border-color: rgb(106,107,42); }
td.TdClassName
{
border-color: #6A6B2A;
}
.TagClassName
{
border-color: #6A6B2A;
}
</style>