Shades of Woodland #60633D
Tints of Woodland #60633D
RGB
CMYK
RGB Variations
Color information
#60633D (or 0x60633D) is known color: Woodland. HEX triplet: 60, 63 and 3D. RGB value is (96,99,61). Sum of RGB (Red+Green+Blue) = 96+99+61=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 61 (24.22% from 255 or 23.83% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #60633D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #60633D is #9F9CC2. Grayscale: #5D5D5D. Windows color (decimal): -10460355 or 4023136. OLE color: 4023136.
HSL color Cylindrical-coordinate representation of color #60633D: hue angle of 64.74º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60633D is Cyan = 0.03, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 99 | 61 | - |
| CMYK | 0.03 | 0 | 0.38 | 0.61 |
| HSL | 64.74º | 0.24% | 0.31% | - |
| HSV(B) | 64.74º | 0.38% | 0.39% | - |
| XYZ | 10.13 | 11.75 | 6.15 | - |
| YUV | 93.77 | 109.51 | 129.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 61 | 0.03 | 0 | 0.38 | 0.61 | 64.74 | 0.24 | 0.31 |
| Hex | 60 | 63 | 3D | 3 | 0 | 26 | 3D | 41 | 18 | 1F |
| Octal | 140 | 143 | 75 | 3 | 0 | 46 | 75 | 101 | 30 | 37 |
| Binary | 1100000 | 1100011 | 111101 | 11 | 0 | 100110 | 111101 | 1000001 | 11000 | 11111 |
Color Harmonies of #60633D
Complementary color
Monochromatic Colors of #60633D
Black with #60633D
Text Example
Text Example
White with #60633D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60633D; }
p { color: rgb(96,99,61); }
H1.HeaderClassName
{
color: #60633D;
}
.AnyTagClassName
{
color: #60633D;
}
</style>
background-color css
<style>
a { background-color: #60633D; }
a { background-color: rgb(96,99,61); }
div.DivClassName
{
background-color: #60633D;
}
.BgClassName
{
background-color: #60633D;
}
</style>
border-color css
<style>
span { border-color: #60633D; }
span { border-color: rgb(96,99,61); }
td.TdClassName
{
border-color: #60633D;
}
.TagClassName
{
border-color: #60633D;
}
</style>