Shades of Woodland #65683D
Tints of Woodland #65683D
RGB
CMYK
RGB Variations
Color information
#65683D (or 0x65683D) is known color: Woodland. HEX triplet: 65, 68 and 3D. RGB value is (101,104,61). Sum of RGB (Red+Green+Blue) = 101+104+61=266 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.97% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 61 (24.22% from 255 or 22.93% from 266); Max value from RGB is 104 - color contains mainly: green. Hex color #65683D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65683D is #9A97C2. Grayscale: #626262. Windows color (decimal): -10131395 or 4024421. OLE color: 4024421.
HSL color Cylindrical-coordinate representation of color #65683D: hue angle of 64.19º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65683D is Cyan = 0.03, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 61 | - |
| CMYK | 0.03 | 0 | 0.41 | 0.59 |
| HSL | 64.19º | 0.26% | 0.32% | - |
| HSV(B) | 64.19º | 0.41% | 0.41% | - |
| XYZ | 11.16 | 13 | 6.34 | - |
| YUV | 98.2 | 107.01 | 130 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 61 | 0.03 | 0 | 0.41 | 0.59 | 64.19 | 0.26 | 0.32 |
| Hex | 65 | 68 | 3D | 3 | 0 | 29 | 3B | 40 | 1A | 20 |
| Octal | 145 | 150 | 75 | 3 | 0 | 51 | 73 | 100 | 32 | 40 |
| Binary | 1100101 | 1101000 | 111101 | 11 | 0 | 101001 | 111011 | 1000000 | 11010 | 100000 |
Color Harmonies of #65683D
Complementary color
Monochromatic Colors of #65683D
Black with #65683D
Text Example
Text Example
White with #65683D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65683D; }
p { color: rgb(101,104,61); }
H1.HeaderClassName
{
color: #65683D;
}
.AnyTagClassName
{
color: #65683D;
}
</style>
background-color css
<style>
a { background-color: #65683D; }
a { background-color: rgb(101,104,61); }
div.DivClassName
{
background-color: #65683D;
}
.BgClassName
{
background-color: #65683D;
}
</style>
border-color css
<style>
span { border-color: #65683D; }
span { border-color: rgb(101,104,61); }
td.TdClassName
{
border-color: #65683D;
}
.TagClassName
{
border-color: #65683D;
}
</style>