Shades of Rain Forest #6C7321
Tints of Rain Forest #6C7321
RGB
CMYK
RGB Variations
Color information
#6C7321 (or 0x6C7321) is known color: Rain Forest. HEX triplet: 6C, 73 and 21. RGB value is (108,115,33). Sum of RGB (Red+Green+Blue) = 108+115+33=256 (33% of max value = 765). Red value is 108 (42.58% from 255 or 42.19% from 256); Green value is 115 (45.31% from 255 or 44.92% from 256); Blue value is 33 (13.28% from 255 or 12.89% from 256); Max value from RGB is 115 - color contains mainly: green. Hex color #6C7321 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7321 is #938CDE. Grayscale: #676767. Windows color (decimal): -9669855 or 2192236. OLE color: 2192236.
HSL color Cylindrical-coordinate representation of color #6C7321: hue angle of 65.12º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6C7321 is Cyan = 0.06, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 108 | 115 | 33 | - |
| CMYK | 0.06 | 0 | 0.71 | 0.55 |
| HSL | 65.12º | 0.55% | 0.29% | - |
| HSV(B) | 65.12º | 0.71% | 0.45% | - |
| XYZ | 12.59 | 15.56 | 3.78 | - |
| YUV | 103.56 | 88.18 | 131.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 115 | 33 | 0.06 | 0 | 0.71 | 0.55 | 65.12 | 0.55 | 0.29 |
| Hex | 6C | 73 | 21 | 6 | 0 | 47 | 37 | 41 | 37 | 1D |
| Octal | 154 | 163 | 41 | 6 | 0 | 107 | 67 | 101 | 67 | 35 |
| Binary | 1101100 | 1110011 | 100001 | 110 | 0 | 1000111 | 110111 | 1000001 | 110111 | 11101 |
Color Harmonies of #6C7321
Complementary color
Monochromatic Colors of #6C7321
Black with #6C7321
Text Example
Text Example
White with #6C7321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7321; }
p { color: rgb(108,115,33); }
H1.HeaderClassName
{
color: #6C7321;
}
.AnyTagClassName
{
color: #6C7321;
}
</style>
background-color css
<style>
a { background-color: #6C7321; }
a { background-color: rgb(108,115,33); }
div.DivClassName
{
background-color: #6C7321;
}
.BgClassName
{
background-color: #6C7321;
}
</style>
border-color css
<style>
span { border-color: #6C7321; }
span { border-color: rgb(108,115,33); }
td.TdClassName
{
border-color: #6C7321;
}
.TagClassName
{
border-color: #6C7321;
}
</style>