Shades of Woodland #65743B
Tints of Woodland #65743B
RGB
CMYK
RGB Variations
Color information
#65743B (or 0x65743B) is known color: Woodland. HEX triplet: 65, 74 and 3B. RGB value is (101,116,59). Sum of RGB (Red+Green+Blue) = 101+116+59=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 59 (23.44% from 255 or 21.38% from 276); Max value from RGB is 116 - color contains mainly: green. Hex color #65743B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #65743B is #9A8BC4. Grayscale: #696969. Windows color (decimal): -10128325 or 3896421. OLE color: 3896421.
HSL color Cylindrical-coordinate representation of color #65743B: hue angle of 75.79º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #65743B is Cyan = 0.13, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 101 | 116 | 59 | - |
| CMYK | 0.13 | 0 | 0.49 | 0.55 |
| HSL | 75.79º | 0.33% | 0.34% | - |
| HSV(B) | 75.79º | 0.49% | 0.45% | - |
| XYZ | 12.4 | 15.57 | 6.49 | - |
| YUV | 105.02 | 102.03 | 125.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 116 | 59 | 0.13 | 0 | 0.49 | 0.55 | 75.79 | 0.33 | 0.34 |
| Hex | 65 | 74 | 3B | D | 0 | 31 | 37 | 4C | 21 | 22 |
| Octal | 145 | 164 | 73 | 15 | 0 | 61 | 67 | 114 | 41 | 42 |
| Binary | 1100101 | 1110100 | 111011 | 1101 | 0 | 110001 | 110111 | 1001100 | 100001 | 100010 |
Color Harmonies of #65743B
Complementary color
Monochromatic Colors of #65743B
Black with #65743B
Text Example
Text Example
White with #65743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65743B; }
p { color: rgb(101,116,59); }
H1.HeaderClassName
{
color: #65743B;
}
.AnyTagClassName
{
color: #65743B;
}
</style>
background-color css
<style>
a { background-color: #65743B; }
a { background-color: rgb(101,116,59); }
div.DivClassName
{
background-color: #65743B;
}
.BgClassName
{
background-color: #65743B;
}
</style>
border-color css
<style>
span { border-color: #65743B; }
span { border-color: rgb(101,116,59); }
td.TdClassName
{
border-color: #65743B;
}
.TagClassName
{
border-color: #65743B;
}
</style>