Shades of Woodland #606351
Tints of Woodland #606351
RGB
CMYK
RGB Variations
Color information
#606351 (or 0x606351) is known color: Woodland. HEX triplet: 60, 63 and 51. RGB value is (96,99,81). Sum of RGB (Red+Green+Blue) = 96+99+81=276 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.78% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 81 (32.03% from 255 or 29.35% from 276); Max value from RGB is 99 - color contains mainly: green. Hex color #606351 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606351 is #9F9CAE. Grayscale: #606060. Windows color (decimal): -10460335 or 5333856. OLE color: 5333856.
HSL color Cylindrical-coordinate representation of color #606351: hue angle of 70º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #606351 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 96 | 99 | 81 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.61 |
| HSL | 70º | 0.1% | 0.35% | - |
| HSV(B) | 70º | 0.18% | 0.39% | - |
| XYZ | 10.77 | 12 | 9.53 | - |
| YUV | 96.05 | 119.51 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 99 | 81 | 0.03 | 0 | 0.18 | 0.61 | 70 | 0.1 | 0.35 |
| Hex | 60 | 63 | 51 | 3 | 0 | 12 | 3D | 46 | A | 23 |
| Octal | 140 | 143 | 121 | 3 | 0 | 22 | 75 | 106 | 12 | 43 |
| Binary | 1100000 | 1100011 | 1010001 | 11 | 0 | 10010 | 111101 | 1000110 | 1010 | 100011 |
Color Harmonies of #606351
Complementary color
Monochromatic Colors of #606351
Black with #606351
Text Example
Text Example
White with #606351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #606351; }
p { color: rgb(96,99,81); }
H1.HeaderClassName
{
color: #606351;
}
.AnyTagClassName
{
color: #606351;
}
</style>
background-color css
<style>
a { background-color: #606351; }
a { background-color: rgb(96,99,81); }
div.DivClassName
{
background-color: #606351;
}
.BgClassName
{
background-color: #606351;
}
</style>
border-color css
<style>
span { border-color: #606351; }
span { border-color: rgb(96,99,81); }
td.TdClassName
{
border-color: #606351;
}
.TagClassName
{
border-color: #606351;
}
</style>