Shades of Rain Forest #676C2B
Tints of Rain Forest #676C2B
RGB
CMYK
RGB Variations
Color information
#676C2B (or 0x676C2B) is known color: Rain Forest. HEX triplet: 67, 6C and 2B. RGB value is (103,108,43). Sum of RGB (Red+Green+Blue) = 103+108+43=254 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.55% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 108 - color contains mainly: green. Hex color #676C2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676C2B is #9893D4. Grayscale: #636363. Windows color (decimal): -9999317 or 2845799. OLE color: 2845799.
HSL color Cylindrical-coordinate representation of color #676C2B: hue angle of 64.62º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #676C2B is Cyan = 0.05, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 103 | 108 | 43 | - |
| CMYK | 0.05 | 0 | 0.60 | 0.58 |
| HSL | 64.62º | 0.43% | 0.3% | - |
| HSV(B) | 64.62º | 0.6% | 0.42% | - |
| XYZ | 11.39 | 13.78 | 4.35 | - |
| YUV | 99.1 | 96.34 | 130.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 108 | 43 | 0.05 | 0 | 0.60 | 0.58 | 64.62 | 0.43 | 0.3 |
| Hex | 67 | 6C | 2B | 5 | 0 | 3C | 3A | 41 | 2B | 1E |
| Octal | 147 | 154 | 53 | 5 | 0 | 74 | 72 | 101 | 53 | 36 |
| Binary | 1100111 | 1101100 | 101011 | 101 | 0 | 111100 | 111010 | 1000001 | 101011 | 11110 |
Color Harmonies of #676C2B
Complementary color
Monochromatic Colors of #676C2B
Black with #676C2B
Text Example
Text Example
White with #676C2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676C2B; }
p { color: rgb(103,108,43); }
H1.HeaderClassName
{
color: #676C2B;
}
.AnyTagClassName
{
color: #676C2B;
}
</style>
background-color css
<style>
a { background-color: #676C2B; }
a { background-color: rgb(103,108,43); }
div.DivClassName
{
background-color: #676C2B;
}
.BgClassName
{
background-color: #676C2B;
}
</style>
border-color css
<style>
span { border-color: #676C2B; }
span { border-color: rgb(103,108,43); }
td.TdClassName
{
border-color: #676C2B;
}
.TagClassName
{
border-color: #676C2B;
}
</style>