Shades of Rain Forest #6C6E38
Tints of Rain Forest #6C6E38
RGB
CMYK
RGB Variations
Color information
#6C6E38 (or 0x6C6E38) is known color: Rain Forest. HEX triplet: 6C, 6E and 38. RGB value is (108,110,56). Sum of RGB (Red+Green+Blue) = 108+110+56=274 (36% of max value = 765). Red value is 108 (42.58% from 255 or 39.42% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 110 - color contains mainly: green. Hex color #6C6E38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6C6E38 is #9391C7. Grayscale: #676767. Windows color (decimal): -9671112 or 3698284. OLE color: 3698284.
HSL color Cylindrical-coordinate representation of color #6C6E38: hue angle of 62.22º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6C6E38 is Cyan = 0.02, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 110 | 56 | - |
| CMYK | 0.02 | 0 | 0.49 | 0.57 |
| HSL | 62.22º | 0.33% | 0.33% | - |
| HSV(B) | 62.22º | 0.49% | 0.43% | - |
| XYZ | 12.47 | 14.63 | 5.91 | - |
| YUV | 103.25 | 101.34 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 110 | 56 | 0.02 | 0 | 0.49 | 0.57 | 62.22 | 0.33 | 0.33 |
| Hex | 6C | 6E | 38 | 2 | 0 | 31 | 39 | 3E | 21 | 21 |
| Octal | 154 | 156 | 70 | 2 | 0 | 61 | 71 | 76 | 41 | 41 |
| Binary | 1101100 | 1101110 | 111000 | 10 | 0 | 110001 | 111001 | 111110 | 100001 | 100001 |
Color Harmonies of #6C6E38
Complementary color
Monochromatic Colors of #6C6E38
Black with #6C6E38
Text Example
Text Example
White with #6C6E38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6E38; }
p { color: rgb(108,110,56); }
H1.HeaderClassName
{
color: #6C6E38;
}
.AnyTagClassName
{
color: #6C6E38;
}
</style>
background-color css
<style>
a { background-color: #6C6E38; }
a { background-color: rgb(108,110,56); }
div.DivClassName
{
background-color: #6C6E38;
}
.BgClassName
{
background-color: #6C6E38;
}
</style>
border-color css
<style>
span { border-color: #6C6E38; }
span { border-color: rgb(108,110,56); }
td.TdClassName
{
border-color: #6C6E38;
}
.TagClassName
{
border-color: #6C6E38;
}
</style>