Shades of Rain Forest #6C722A
Tints of Rain Forest #6C722A
RGB
CMYK
RGB Variations
Color information
#6C722A (or 0x6C722A) is known color: Rain Forest. HEX triplet: 6C, 72 and 2A. RGB value is (108,114,42). Sum of RGB (Red+Green+Blue) = 108+114+42=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 114 - color contains mainly: green. Hex color #6C722A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C722A is #938DD5. Grayscale: #686868. Windows color (decimal): -9670102 or 2781804. OLE color: 2781804.
HSL color Cylindrical-coordinate representation of color #6C722A: hue angle of 65º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6C722A is Cyan = 0.05, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 114 | 42 | - |
| CMYK | 0.05 | 0 | 0.63 | 0.55 |
| HSL | 65º | 0.46% | 0.31% | - |
| HSV(B) | 65º | 0.63% | 0.45% | - |
| XYZ | 12.62 | 15.39 | 4.5 | - |
| YUV | 104 | 93.01 | 130.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 114 | 42 | 0.05 | 0 | 0.63 | 0.55 | 65 | 0.46 | 0.31 |
| Hex | 6C | 72 | 2A | 5 | 0 | 3F | 37 | 41 | 2E | 1F |
| Octal | 154 | 162 | 52 | 5 | 0 | 77 | 67 | 101 | 56 | 37 |
| Binary | 1101100 | 1110010 | 101010 | 101 | 0 | 111111 | 110111 | 1000001 | 101110 | 11111 |
Color Harmonies of #6C722A
Complementary color
Monochromatic Colors of #6C722A
Black with #6C722A
Text Example
Text Example
White with #6C722A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C722A; }
p { color: rgb(108,114,42); }
H1.HeaderClassName
{
color: #6C722A;
}
.AnyTagClassName
{
color: #6C722A;
}
</style>
background-color css
<style>
a { background-color: #6C722A; }
a { background-color: rgb(108,114,42); }
div.DivClassName
{
background-color: #6C722A;
}
.BgClassName
{
background-color: #6C722A;
}
</style>
border-color css
<style>
span { border-color: #6C722A; }
span { border-color: rgb(108,114,42); }
td.TdClassName
{
border-color: #6C722A;
}
.TagClassName
{
border-color: #6C722A;
}
</style>