Shades of Rain Forest #676832
Tints of Rain Forest #676832
RGB
CMYK
RGB Variations
Color information
#676832 (or 0x676832) is known color: Rain Forest. HEX triplet: 67, 68 and 32. RGB value is (103,104,50). Sum of RGB (Red+Green+Blue) = 103+104+50=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 104 (41.02% from 255 or 40.47% from 257); Blue value is 50 (19.92% from 255 or 19.46% from 257); Max value from RGB is 104 - color contains mainly: green. Hex color #676832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #676832 is #9897CD. Grayscale: #616161. Windows color (decimal): -10000334 or 3303527. OLE color: 3303527.
HSL color Cylindrical-coordinate representation of color #676832: hue angle of 61.11º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #676832 is Cyan = 0.01, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 104 | 50 | - |
| CMYK | 0.01 | 0 | 0.52 | 0.59 |
| HSL | 61.11º | 0.35% | 0.3% | - |
| HSV(B) | 61.11º | 0.52% | 0.41% | - |
| XYZ | 11.12 | 13.01 | 4.94 | - |
| YUV | 97.55 | 101.17 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 50 | 0.01 | 0 | 0.52 | 0.59 | 61.11 | 0.35 | 0.3 |
| Hex | 67 | 68 | 32 | 1 | 0 | 34 | 3B | 3D | 23 | 1E |
| Octal | 147 | 150 | 62 | 1 | 0 | 64 | 73 | 75 | 43 | 36 |
| Binary | 1100111 | 1101000 | 110010 | 1 | 0 | 110100 | 111011 | 111101 | 100011 | 11110 |
Color Harmonies of #676832
Complementary color
Monochromatic Colors of #676832
Black with #676832
Text Example
Text Example
White with #676832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #676832; }
p { color: rgb(103,104,50); }
H1.HeaderClassName
{
color: #676832;
}
.AnyTagClassName
{
color: #676832;
}
</style>
background-color css
<style>
a { background-color: #676832; }
a { background-color: rgb(103,104,50); }
div.DivClassName
{
background-color: #676832;
}
.BgClassName
{
background-color: #676832;
}
</style>
border-color css
<style>
span { border-color: #676832; }
span { border-color: rgb(103,104,50); }
td.TdClassName
{
border-color: #676832;
}
.TagClassName
{
border-color: #676832;
}
</style>