Shades of Rain Forest #65682A
Tints of Rain Forest #65682A
RGB
CMYK
RGB Variations
Color information
#65682A (or 0x65682A) is known color: Rain Forest. HEX triplet: 65, 68 and 2A. RGB value is (101,104,42). Sum of RGB (Red+Green+Blue) = 101+104+42=247 (32% of max value = 765). Red value is 101 (39.84% from 255 or 40.89% from 247); Green value is 104 (41.02% from 255 or 42.11% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 104 - color contains mainly: green. Hex color #65682A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65682A is #9A97D5. Grayscale: #606060. Windows color (decimal): -10131414 or 2779237. OLE color: 2779237.
HSL color Cylindrical-coordinate representation of color #65682A: hue angle of 62.9º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #65682A is Cyan = 0.03, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 42 | - |
| CMYK | 0.03 | 0 | 0.60 | 0.59 |
| HSL | 62.9º | 0.42% | 0.29% | - |
| HSV(B) | 62.9º | 0.6% | 0.41% | - |
| XYZ | 10.74 | 12.83 | 4.1 | - |
| YUV | 96.04 | 97.51 | 131.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 42 | 0.03 | 0 | 0.60 | 0.59 | 62.9 | 0.42 | 0.29 |
| Hex | 65 | 68 | 2A | 3 | 0 | 3C | 3B | 3F | 2A | 1D |
| Octal | 145 | 150 | 52 | 3 | 0 | 74 | 73 | 77 | 52 | 35 |
| Binary | 1100101 | 1101000 | 101010 | 11 | 0 | 111100 | 111011 | 111111 | 101010 | 11101 |
Color Harmonies of #65682A
Complementary color
Monochromatic Colors of #65682A
Black with #65682A
Text Example
Text Example
White with #65682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65682A; }
p { color: rgb(101,104,42); }
H1.HeaderClassName
{
color: #65682A;
}
.AnyTagClassName
{
color: #65682A;
}
</style>
background-color css
<style>
a { background-color: #65682A; }
a { background-color: rgb(101,104,42); }
div.DivClassName
{
background-color: #65682A;
}
.BgClassName
{
background-color: #65682A;
}
</style>
border-color css
<style>
span { border-color: #65682A; }
span { border-color: rgb(101,104,42); }
td.TdClassName
{
border-color: #65682A;
}
.TagClassName
{
border-color: #65682A;
}
</style>