Shades of Woodland #65683F
Tints of Woodland #65683F
RGB
CMYK
RGB Variations
Color information
#65683F (or 0x65683F) is known color: Woodland. HEX triplet: 65, 68 and 3F. RGB value is (101,104,63). Sum of RGB (Red+Green+Blue) = 101+104+63=268 (35% of max value = 765). Red value is 101 (39.84% from 255 or 37.69% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 63 (25% from 255 or 23.51% from 268); Max value from RGB is 104 - color contains mainly: green. Hex color #65683F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65683F is #9A97C0. Grayscale: #626262. Windows color (decimal): -10131393 or 4155493. OLE color: 4155493.
HSL color Cylindrical-coordinate representation of color #65683F: hue angle of 64.39º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #65683F is Cyan = 0.03, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 63 | - |
| CMYK | 0.03 | 0 | 0.39 | 0.59 |
| HSL | 64.39º | 0.25% | 0.33% | - |
| HSV(B) | 64.39º | 0.39% | 0.41% | - |
| XYZ | 11.21 | 13.03 | 6.63 | - |
| YUV | 98.43 | 108.01 | 129.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 63 | 0.03 | 0 | 0.39 | 0.59 | 64.39 | 0.25 | 0.33 |
| Hex | 65 | 68 | 3F | 3 | 0 | 27 | 3B | 40 | 19 | 21 |
| Octal | 145 | 150 | 77 | 3 | 0 | 47 | 73 | 100 | 31 | 41 |
| Binary | 1100101 | 1101000 | 111111 | 11 | 0 | 100111 | 111011 | 1000000 | 11001 | 100001 |
Color Harmonies of #65683F
Complementary color
Monochromatic Colors of #65683F
Black with #65683F
Text Example
Text Example
White with #65683F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65683F; }
p { color: rgb(101,104,63); }
H1.HeaderClassName
{
color: #65683F;
}
.AnyTagClassName
{
color: #65683F;
}
</style>
background-color css
<style>
a { background-color: #65683F; }
a { background-color: rgb(101,104,63); }
div.DivClassName
{
background-color: #65683F;
}
.BgClassName
{
background-color: #65683F;
}
</style>
border-color css
<style>
span { border-color: #65683F; }
span { border-color: rgb(101,104,63); }
td.TdClassName
{
border-color: #65683F;
}
.TagClassName
{
border-color: #65683F;
}
</style>