Shades of Rain Forest #6B6F32
Tints of Rain Forest #6B6F32
RGB
CMYK
RGB Variations
Color information
#6B6F32 (or 0x6B6F32) is known color: Rain Forest. HEX triplet: 6B, 6F and 32. RGB value is (107,111,50). Sum of RGB (Red+Green+Blue) = 107+111+50=268 (35% of max value = 765). Red value is 107 (42.19% from 255 or 39.93% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 50 (19.92% from 255 or 18.66% from 268); Max value from RGB is 111 - color contains mainly: green. Hex color #6B6F32 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B6F32 is #9490CD. Grayscale: #676767. Windows color (decimal): -9736398 or 3305323. OLE color: 3305323.
HSL color Cylindrical-coordinate representation of color #6B6F32: hue angle of 63.93º degrees, saturation: 0.38, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6B6F32 is Cyan = 0.04, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 107 | 111 | 50 | - |
| CMYK | 0.04 | 0 | 0.55 | 0.56 |
| HSL | 63.93º | 0.38% | 0.32% | - |
| HSV(B) | 63.93º | 0.55% | 0.44% | - |
| XYZ | 12.32 | 14.72 | 5.21 | - |
| YUV | 102.85 | 98.17 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 111 | 50 | 0.04 | 0 | 0.55 | 0.56 | 63.93 | 0.38 | 0.32 |
| Hex | 6B | 6F | 32 | 4 | 0 | 37 | 38 | 40 | 26 | 20 |
| Octal | 153 | 157 | 62 | 4 | 0 | 67 | 70 | 100 | 46 | 40 |
| Binary | 1101011 | 1101111 | 110010 | 100 | 0 | 110111 | 111000 | 1000000 | 100110 | 100000 |
Color Harmonies of #6B6F32
Complementary color
Monochromatic Colors of #6B6F32
Black with #6B6F32
Text Example
Text Example
White with #6B6F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B6F32; }
p { color: rgb(107,111,50); }
H1.HeaderClassName
{
color: #6B6F32;
}
.AnyTagClassName
{
color: #6B6F32;
}
</style>
background-color css
<style>
a { background-color: #6B6F32; }
a { background-color: rgb(107,111,50); }
div.DivClassName
{
background-color: #6B6F32;
}
.BgClassName
{
background-color: #6B6F32;
}
</style>
border-color css
<style>
span { border-color: #6B6F32; }
span { border-color: rgb(107,111,50); }
td.TdClassName
{
border-color: #6B6F32;
}
.TagClassName
{
border-color: #6B6F32;
}
</style>