Shades of Woodland #65733D
Tints of Woodland #65733D
RGB
CMYK
RGB Variations
Color information
#65733D (or 0x65733D) is known color: Woodland. HEX triplet: 65, 73 and 3D. RGB value is (101,115,61). Sum of RGB (Red+Green+Blue) = 101+115+61=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 61 (24.22% from 255 or 22.02% from 277); Max value from RGB is 115 - color contains mainly: green. Hex color #65733D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65733D is #9A8CC2. Grayscale: #686868. Windows color (decimal): -10128579 or 4027237. OLE color: 4027237.
HSL color Cylindrical-coordinate representation of color #65733D: hue angle of 75.56º degrees, saturation: 0.31, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #65733D is Cyan = 0.12, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 115 | 61 | - |
| CMYK | 0.12 | 0 | 0.47 | 0.55 |
| HSL | 75.56º | 0.31% | 0.35% | - |
| HSV(B) | 75.56º | 0.47% | 0.45% | - |
| XYZ | 12.34 | 15.37 | 6.73 | - |
| YUV | 104.66 | 103.36 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 115 | 61 | 0.12 | 0 | 0.47 | 0.55 | 75.56 | 0.31 | 0.35 |
| Hex | 65 | 73 | 3D | C | 0 | 2F | 37 | 4C | 1F | 23 |
| Octal | 145 | 163 | 75 | 14 | 0 | 57 | 67 | 114 | 37 | 43 |
| Binary | 1100101 | 1110011 | 111101 | 1100 | 0 | 101111 | 110111 | 1001100 | 11111 | 100011 |
Color Harmonies of #65733D
Complementary color
Monochromatic Colors of #65733D
Black with #65733D
Text Example
Text Example
White with #65733D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65733D; }
p { color: rgb(101,115,61); }
H1.HeaderClassName
{
color: #65733D;
}
.AnyTagClassName
{
color: #65733D;
}
</style>
background-color css
<style>
a { background-color: #65733D; }
a { background-color: rgb(101,115,61); }
div.DivClassName
{
background-color: #65733D;
}
.BgClassName
{
background-color: #65733D;
}
</style>
border-color css
<style>
span { border-color: #65733D; }
span { border-color: rgb(101,115,61); }
td.TdClassName
{
border-color: #65733D;
}
.TagClassName
{
border-color: #65733D;
}
</style>