Shades of Rain Forest #6A7B35
Tints of Rain Forest #6A7B35
RGB
CMYK
RGB Variations
Color information
#6A7B35 (or 0x6A7B35) is known color: Rain Forest. HEX triplet: 6A, 7B and 35. RGB value is (106,123,53). Sum of RGB (Red+Green+Blue) = 106+123+53=282 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.59% from 282); Green value is 123 (48.44% from 255 or 43.62% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 123 - color contains mainly: green. Hex color #6A7B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6A7B35 is #9584CA. Grayscale: #6E6E6E. Windows color (decimal): -9798859 or 3505002. OLE color: 3505002.
HSL color Cylindrical-coordinate representation of color #6A7B35: hue angle of 74.57º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6A7B35 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 106 | 123 | 53 | - |
| CMYK | 0.14 | 0 | 0.57 | 0.52 |
| HSL | 74.57º | 0.4% | 0.35% | - |
| HSV(B) | 74.57º | 0.57% | 0.48% | - |
| XYZ | 13.67 | 17.49 | 6.02 | - |
| YUV | 109.94 | 95.87 | 125.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 123 | 53 | 0.14 | 0 | 0.57 | 0.52 | 74.57 | 0.4 | 0.35 |
| Hex | 6A | 7B | 35 | E | 0 | 39 | 34 | 4B | 28 | 23 |
| Octal | 152 | 173 | 65 | 16 | 0 | 71 | 64 | 113 | 50 | 43 |
| Binary | 1101010 | 1111011 | 110101 | 1110 | 0 | 111001 | 110100 | 1001011 | 101000 | 100011 |
Color Harmonies of #6A7B35
Complementary color
Monochromatic Colors of #6A7B35
Black with #6A7B35
Text Example
Text Example
White with #6A7B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6A7B35; }
p { color: rgb(106,123,53); }
H1.HeaderClassName
{
color: #6A7B35;
}
.AnyTagClassName
{
color: #6A7B35;
}
</style>
background-color css
<style>
a { background-color: #6A7B35; }
a { background-color: rgb(106,123,53); }
div.DivClassName
{
background-color: #6A7B35;
}
.BgClassName
{
background-color: #6A7B35;
}
</style>
border-color css
<style>
span { border-color: #6A7B35; }
span { border-color: rgb(106,123,53); }
td.TdClassName
{
border-color: #6A7B35;
}
.TagClassName
{
border-color: #6A7B35;
}
</style>