Shades of Rain Forest #65682E
Tints of Rain Forest #65682E
RGB
CMYK
RGB Variations
Color information
#65682E (or 0x65682E) is known color: Rain Forest. HEX triplet: 65, 68 and 2E. RGB value is (101,104,46). Sum of RGB (Red+Green+Blue) = 101+104+46=251 (33% of max value = 765). Red value is 101 (39.84% from 255 or 40.24% from 251); Green value is 104 (41.02% from 255 or 41.43% from 251); Blue value is 46 (18.36% from 255 or 18.33% from 251); Max value from RGB is 104 - color contains mainly: green. Hex color #65682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65682E is #9A97D1. Grayscale: #606060. Windows color (decimal): -10131410 or 3041381. OLE color: 3041381.
HSL color Cylindrical-coordinate representation of color #65682E: hue angle of 63.1º 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 #65682E is Cyan = 0.03, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 46 | - |
| CMYK | 0.03 | 0 | 0.56 | 0.59 |
| HSL | 63.1º | 0.39% | 0.29% | - |
| HSV(B) | 63.1º | 0.56% | 0.41% | - |
| XYZ | 10.81 | 12.86 | 4.5 | - |
| YUV | 96.49 | 99.51 | 131.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 46 | 0.03 | 0 | 0.56 | 0.59 | 63.1 | 0.39 | 0.29 |
| Hex | 65 | 68 | 2E | 3 | 0 | 38 | 3B | 3F | 27 | 1D |
| Octal | 145 | 150 | 56 | 3 | 0 | 70 | 73 | 77 | 47 | 35 |
| Binary | 1100101 | 1101000 | 101110 | 11 | 0 | 111000 | 111011 | 111111 | 100111 | 11101 |
Color Harmonies of #65682E
Complementary color
Monochromatic Colors of #65682E
Black with #65682E
Text Example
Text Example
White with #65682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65682E; }
p { color: rgb(101,104,46); }
H1.HeaderClassName
{
color: #65682E;
}
.AnyTagClassName
{
color: #65682E;
}
</style>
background-color css
<style>
a { background-color: #65682E; }
a { background-color: rgb(101,104,46); }
div.DivClassName
{
background-color: #65682E;
}
.BgClassName
{
background-color: #65682E;
}
</style>
border-color css
<style>
span { border-color: #65682E; }
span { border-color: rgb(101,104,46); }
td.TdClassName
{
border-color: #65682E;
}
.TagClassName
{
border-color: #65682E;
}
</style>