Shades of Rain Forest #6C7727
Tints of Rain Forest #6C7727
RGB
CMYK
RGB Variations
Color information
#6C7727 (or 0x6C7727) is known color: Rain Forest. HEX triplet: 6C, 77 and 27. RGB value is (108,119,39). Sum of RGB (Red+Green+Blue) = 108+119+39=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #6C7727 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C7727 is #9388D8. Grayscale: #6A6A6A. Windows color (decimal): -9668825 or 2586476. OLE color: 2586476.
HSL color Cylindrical-coordinate representation of color #6C7727: hue angle of 68.25º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C7727 is Cyan = 0.09, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 108 | 119 | 39 | - |
| CMYK | 0.09 | 0 | 0.67 | 0.53 |
| HSL | 68.25º | 0.51% | 0.31% | - |
| HSV(B) | 68.25º | 0.67% | 0.47% | - |
| XYZ | 13.15 | 16.53 | 4.42 | - |
| YUV | 106.59 | 89.86 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 119 | 39 | 0.09 | 0 | 0.67 | 0.53 | 68.25 | 0.51 | 0.31 |
| Hex | 6C | 77 | 27 | 9 | 0 | 43 | 35 | 44 | 33 | 1F |
| Octal | 154 | 167 | 47 | 11 | 0 | 103 | 65 | 104 | 63 | 37 |
| Binary | 1101100 | 1110111 | 100111 | 1001 | 0 | 1000011 | 110101 | 1000100 | 110011 | 11111 |
Color Harmonies of #6C7727
Complementary color
Monochromatic Colors of #6C7727
Black with #6C7727
Text Example
Text Example
White with #6C7727
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C7727; }
p { color: rgb(108,119,39); }
H1.HeaderClassName
{
color: #6C7727;
}
.AnyTagClassName
{
color: #6C7727;
}
</style>
background-color css
<style>
a { background-color: #6C7727; }
a { background-color: rgb(108,119,39); }
div.DivClassName
{
background-color: #6C7727;
}
.BgClassName
{
background-color: #6C7727;
}
</style>
border-color css
<style>
span { border-color: #6C7727; }
span { border-color: rgb(108,119,39); }
td.TdClassName
{
border-color: #6C7727;
}
.TagClassName
{
border-color: #6C7727;
}
</style>