Shades of Rain Forest #6B6F2D
Tints of Rain Forest #6B6F2D
RGB
CMYK
RGB Variations
Color information
#6B6F2D (or 0x6B6F2D) is known color: Rain Forest. HEX triplet: 6B, 6F and 2D. RGB value is (107,111,45). Sum of RGB (Red+Green+Blue) = 107+111+45=263 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.68% from 263); Green value is 111 (43.75% from 255 or 42.21% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 111 - color contains mainly: green. Hex color #6B6F2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6F2D is #9490D2. Grayscale: #666666. Windows color (decimal): -9736403 or 2977643. OLE color: 2977643.
HSL color Cylindrical-coordinate representation of color #6B6F2D: hue angle of 63.64º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #6B6F2D is Cyan = 0.04, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 111 | 45 | - |
| CMYK | 0.04 | 0 | 0.59 | 0.56 |
| HSL | 63.64º | 0.42% | 0.31% | - |
| HSV(B) | 63.64º | 0.59% | 0.44% | - |
| XYZ | 12.22 | 14.68 | 4.67 | - |
| YUV | 102.28 | 95.67 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 45 | 0.04 | 0 | 0.59 | 0.56 | 63.64 | 0.42 | 0.31 |
| Hex | 6B | 6F | 2D | 4 | 0 | 3B | 38 | 40 | 2A | 1F |
| Octal | 153 | 157 | 55 | 4 | 0 | 73 | 70 | 100 | 52 | 37 |
| Binary | 1101011 | 1101111 | 101101 | 100 | 0 | 111011 | 111000 | 1000000 | 101010 | 11111 |
Color Harmonies of #6B6F2D
Complementary color
Monochromatic Colors of #6B6F2D
Black with #6B6F2D
Text Example
Text Example
White with #6B6F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6F2D; }
p { color: rgb(107,111,45); }
H1.HeaderClassName
{
color: #6B6F2D;
}
.AnyTagClassName
{
color: #6B6F2D;
}
</style>
background-color css
<style>
a { background-color: #6B6F2D; }
a { background-color: rgb(107,111,45); }
div.DivClassName
{
background-color: #6B6F2D;
}
.BgClassName
{
background-color: #6B6F2D;
}
</style>
border-color css
<style>
span { border-color: #6B6F2D; }
span { border-color: rgb(107,111,45); }
td.TdClassName
{
border-color: #6B6F2D;
}
.TagClassName
{
border-color: #6B6F2D;
}
</style>