Shades of Woodland #65683C
Tints of Woodland #65683C
RGB
CMYK
RGB Variations
Color information
#65683C (or 0x65683C) is known color: Woodland. HEX triplet: 65, 68 and 3C. RGB value is (101,104,60). Sum of RGB (Red+Green+Blue) = 101+104+60=265 (35% of max value = 765). Red value is 101 (39.84% from 255 or 38.11% from 265); Green value is 104 (41.02% from 255 or 39.25% from 265); Blue value is 60 (23.83% from 255 or 22.64% from 265); Max value from RGB is 104 - color contains mainly: green. Hex color #65683C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65683C is #9A97C3. Grayscale: #626262. Windows color (decimal): -10131396 or 3958885. OLE color: 3958885.
HSL color Cylindrical-coordinate representation of color #65683C: hue angle of 64.09º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #65683C is Cyan = 0.03, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 101 | 104 | 60 | - |
| CMYK | 0.03 | 0 | 0.42 | 0.59 |
| HSL | 64.09º | 0.27% | 0.32% | - |
| HSV(B) | 64.09º | 0.42% | 0.41% | - |
| XYZ | 11.13 | 12.99 | 6.2 | - |
| YUV | 98.09 | 106.51 | 130.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 104 | 60 | 0.03 | 0 | 0.42 | 0.59 | 64.09 | 0.27 | 0.32 |
| Hex | 65 | 68 | 3C | 3 | 0 | 2A | 3B | 40 | 1B | 20 |
| Octal | 145 | 150 | 74 | 3 | 0 | 52 | 73 | 100 | 33 | 40 |
| Binary | 1100101 | 1101000 | 111100 | 11 | 0 | 101010 | 111011 | 1000000 | 11011 | 100000 |
Color Harmonies of #65683C
Complementary color
Monochromatic Colors of #65683C
Black with #65683C
Text Example
Text Example
White with #65683C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65683C; }
p { color: rgb(101,104,60); }
H1.HeaderClassName
{
color: #65683C;
}
.AnyTagClassName
{
color: #65683C;
}
</style>
background-color css
<style>
a { background-color: #65683C; }
a { background-color: rgb(101,104,60); }
div.DivClassName
{
background-color: #65683C;
}
.BgClassName
{
background-color: #65683C;
}
</style>
border-color css
<style>
span { border-color: #65683C; }
span { border-color: rgb(101,104,60); }
td.TdClassName
{
border-color: #65683C;
}
.TagClassName
{
border-color: #65683C;
}
</style>