Shades of Rain Forest #6B7B35
Tints of Rain Forest #6B7B35
RGB
CMYK
RGB Variations
Color information
#6B7B35 (or 0x6B7B35) is known color: Rain Forest. HEX triplet: 6B, 7B and 35. RGB value is (107,123,53). Sum of RGB (Red+Green+Blue) = 107+123+53=283 (37% of max value = 765). Red value is 107 (42.19% from 255 or 37.81% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 53 (21.09% from 255 or 18.73% from 283); Max value from RGB is 123 - color contains mainly: green. Hex color #6B7B35 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6B7B35 is #9484CA. Grayscale: #6E6E6E. Windows color (decimal): -9733323 or 3505003. OLE color: 3505003.
HSL color Cylindrical-coordinate representation of color #6B7B35: hue angle of 73.71º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6B7B35 is Cyan = 0.13, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 107 | 123 | 53 | - |
| CMYK | 0.13 | 0 | 0.57 | 0.52 |
| HSL | 73.71º | 0.4% | 0.35% | - |
| HSV(B) | 73.71º | 0.57% | 0.48% | - |
| XYZ | 13.79 | 17.55 | 6.03 | - |
| YUV | 110.24 | 95.7 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 123 | 53 | 0.13 | 0 | 0.57 | 0.52 | 73.71 | 0.4 | 0.35 |
| Hex | 6B | 7B | 35 | D | 0 | 39 | 34 | 4A | 28 | 23 |
| Octal | 153 | 173 | 65 | 15 | 0 | 71 | 64 | 112 | 50 | 43 |
| Binary | 1101011 | 1111011 | 110101 | 1101 | 0 | 111001 | 110100 | 1001010 | 101000 | 100011 |
Color Harmonies of #6B7B35
Complementary color
Monochromatic Colors of #6B7B35
Black with #6B7B35
Text Example
Text Example
White with #6B7B35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B7B35; }
p { color: rgb(107,123,53); }
H1.HeaderClassName
{
color: #6B7B35;
}
.AnyTagClassName
{
color: #6B7B35;
}
</style>
background-color css
<style>
a { background-color: #6B7B35; }
a { background-color: rgb(107,123,53); }
div.DivClassName
{
background-color: #6B7B35;
}
.BgClassName
{
background-color: #6B7B35;
}
</style>
border-color css
<style>
span { border-color: #6B7B35; }
span { border-color: rgb(107,123,53); }
td.TdClassName
{
border-color: #6B7B35;
}
.TagClassName
{
border-color: #6B7B35;
}
</style>