Shades of Rain Forest #6B6D31
Tints of Rain Forest #6B6D31
RGB
CMYK
RGB Variations
Color information
#6B6D31 (or 0x6B6D31) is known color: Rain Forest. HEX triplet: 6B, 6D and 31. RGB value is (107,109,49). Sum of RGB (Red+Green+Blue) = 107+109+49=265 (35% of max value = 765). Red value is 107 (42.19% from 255 or 40.38% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 109 - color contains mainly: green. Hex color #6B6D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6D31 is #9492CE. Grayscale: #656565. Windows color (decimal): -9736911 or 3239275. OLE color: 3239275.
HSL color Cylindrical-coordinate representation of color #6B6D31: hue angle of 62º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B6D31 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 107 | 109 | 49 | - |
| CMYK | 0.02 | 0 | 0.55 | 0.57 |
| HSL | 62º | 0.38% | 0.31% | - |
| HSV(B) | 62º | 0.55% | 0.43% | - |
| XYZ | 12.09 | 14.28 | 5.03 | - |
| YUV | 101.56 | 98.34 | 131.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 109 | 49 | 0.02 | 0 | 0.55 | 0.57 | 62 | 0.38 | 0.31 |
| Hex | 6B | 6D | 31 | 2 | 0 | 37 | 39 | 3E | 26 | 1F |
| Octal | 153 | 155 | 61 | 2 | 0 | 67 | 71 | 76 | 46 | 37 |
| Binary | 1101011 | 1101101 | 110001 | 10 | 0 | 110111 | 111001 | 111110 | 100110 | 11111 |
Color Harmonies of #6B6D31
Complementary color
Monochromatic Colors of #6B6D31
Black with #6B6D31
Text Example
Text Example
White with #6B6D31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6D31; }
p { color: rgb(107,109,49); }
H1.HeaderClassName
{
color: #6B6D31;
}
.AnyTagClassName
{
color: #6B6D31;
}
</style>
background-color css
<style>
a { background-color: #6B6D31; }
a { background-color: rgb(107,109,49); }
div.DivClassName
{
background-color: #6B6D31;
}
.BgClassName
{
background-color: #6B6D31;
}
</style>
border-color css
<style>
span { border-color: #6B6D31; }
span { border-color: rgb(107,109,49); }
td.TdClassName
{
border-color: #6B6D31;
}
.TagClassName
{
border-color: #6B6D31;
}
</style>