Shades of Rain Forest #6C7329
Tints of Rain Forest #6C7329
RGB
CMYK
RGB Variations
Color information
#6C7329 (or 0x6C7329) is known color: Rain Forest. HEX triplet: 6C, 73 and 29. RGB value is (108,115,41). Sum of RGB (Red+Green+Blue) = 108+115+41=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 41 (16.41% from 255 or 15.53% from 264); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7329 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7329 is #938CD6. Grayscale: #686868. Windows color (decimal): -9669847 or 2716524. OLE color: 2716524.
HSL color Cylindrical-coordinate representation of color #6C7329: hue angle of 65.68º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C7329 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 115 | 41 | - |
| CMYK | 0.06 | 0 | 0.64 | 0.55 |
| HSL | 65.68º | 0.47% | 0.31% | - |
| HSV(B) | 65.68º | 0.64% | 0.45% | - |
| XYZ | 12.72 | 15.61 | 4.44 | - |
| YUV | 104.47 | 92.18 | 130.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 115 | 41 | 0.06 | 0 | 0.64 | 0.55 | 65.68 | 0.47 | 0.31 |
| Hex | 6C | 73 | 29 | 6 | 0 | 40 | 37 | 42 | 2F | 1F |
| Octal | 154 | 163 | 51 | 6 | 0 | 100 | 67 | 102 | 57 | 37 |
| Binary | 1101100 | 1110011 | 101001 | 110 | 0 | 1000000 | 110111 | 1000010 | 101111 | 11111 |
Color Harmonies of #6C7329
Complementary color
Monochromatic Colors of #6C7329
Black with #6C7329
Text Example
Text Example
White with #6C7329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7329; }
p { color: rgb(108,115,41); }
H1.HeaderClassName
{
color: #6C7329;
}
.AnyTagClassName
{
color: #6C7329;
}
</style>
background-color css
<style>
a { background-color: #6C7329; }
a { background-color: rgb(108,115,41); }
div.DivClassName
{
background-color: #6C7329;
}
.BgClassName
{
background-color: #6C7329;
}
</style>
border-color css
<style>
span { border-color: #6C7329; }
span { border-color: rgb(108,115,41); }
td.TdClassName
{
border-color: #6C7329;
}
.TagClassName
{
border-color: #6C7329;
}
</style>