Shades of Rain Forest #676E2B
Tints of Rain Forest #676E2B
RGB
CMYK
RGB Variations
Color information
#676E2B (or 0x676E2B) is known color: Rain Forest. HEX triplet: 67, 6E and 2B. RGB value is (103,110,43). Sum of RGB (Red+Green+Blue) = 103+110+43=256 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.23% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 43 (17.19% from 255 or 16.80% from 256); Max value from RGB is 110 - color contains mainly: green. Hex color #676E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676E2B is #9891D4. Grayscale: #646464. Windows color (decimal): -9998805 or 2846311. OLE color: 2846311.
HSL color Cylindrical-coordinate representation of color #676E2B: hue angle of 66.27º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #676E2B is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 103 | 110 | 43 | - |
| CMYK | 0.06 | 0 | 0.61 | 0.57 |
| HSL | 66.27º | 0.44% | 0.3% | - |
| HSV(B) | 66.27º | 0.61% | 0.43% | - |
| XYZ | 11.61 | 14.21 | 4.42 | - |
| YUV | 100.27 | 95.68 | 129.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 110 | 43 | 0.06 | 0 | 0.61 | 0.57 | 66.27 | 0.44 | 0.3 |
| Hex | 67 | 6E | 2B | 6 | 0 | 3D | 39 | 42 | 2C | 1E |
| Octal | 147 | 156 | 53 | 6 | 0 | 75 | 71 | 102 | 54 | 36 |
| Binary | 1100111 | 1101110 | 101011 | 110 | 0 | 111101 | 111001 | 1000010 | 101100 | 11110 |
Color Harmonies of #676E2B
Complementary color
Monochromatic Colors of #676E2B
Black with #676E2B
Text Example
Text Example
White with #676E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676E2B; }
p { color: rgb(103,110,43); }
H1.HeaderClassName
{
color: #676E2B;
}
.AnyTagClassName
{
color: #676E2B;
}
</style>
background-color css
<style>
a { background-color: #676E2B; }
a { background-color: rgb(103,110,43); }
div.DivClassName
{
background-color: #676E2B;
}
.BgClassName
{
background-color: #676E2B;
}
</style>
border-color css
<style>
span { border-color: #676E2B; }
span { border-color: rgb(103,110,43); }
td.TdClassName
{
border-color: #676E2B;
}
.TagClassName
{
border-color: #676E2B;
}
</style>