Shades of Rain Forest #67682E
Tints of Rain Forest #67682E
RGB
CMYK
RGB Variations
Color information
#67682E (or 0x67682E) is known color: Rain Forest. HEX triplet: 67, 68 and 2E. RGB value is (103,104,46). Sum of RGB (Red+Green+Blue) = 103+104+46=253 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.71% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 46 (18.36% from 255 or 18.18% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #67682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #67682E is #9897D1. Grayscale: #616161. Windows color (decimal): -10000338 or 3041383. OLE color: 3041383.
HSL color Cylindrical-coordinate representation of color #67682E: hue angle of 61.03º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #67682E is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 103 | 104 | 46 | - |
| CMYK | 0.01 | 0 | 0.56 | 0.59 |
| HSL | 61.03º | 0.39% | 0.29% | - |
| HSV(B) | 61.03º | 0.56% | 0.41% | - |
| XYZ | 11.04 | 12.98 | 4.51 | - |
| YUV | 97.09 | 99.17 | 132.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 104 | 46 | 0.01 | 0 | 0.56 | 0.59 | 61.03 | 0.39 | 0.29 |
| Hex | 67 | 68 | 2E | 1 | 0 | 38 | 3B | 3D | 27 | 1D |
| Octal | 147 | 150 | 56 | 1 | 0 | 70 | 73 | 75 | 47 | 35 |
| Binary | 1100111 | 1101000 | 101110 | 1 | 0 | 111000 | 111011 | 111101 | 100111 | 11101 |
Color Harmonies of #67682E
Complementary color
Monochromatic Colors of #67682E
Black with #67682E
Text Example
Text Example
White with #67682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67682E; }
p { color: rgb(103,104,46); }
H1.HeaderClassName
{
color: #67682E;
}
.AnyTagClassName
{
color: #67682E;
}
</style>
background-color css
<style>
a { background-color: #67682E; }
a { background-color: rgb(103,104,46); }
div.DivClassName
{
background-color: #67682E;
}
.BgClassName
{
background-color: #67682E;
}
</style>
border-color css
<style>
span { border-color: #67682E; }
span { border-color: rgb(103,104,46); }
td.TdClassName
{
border-color: #67682E;
}
.TagClassName
{
border-color: #67682E;
}
</style>