Shades of William #60716E
Tints of William #60716E
RGB
CMYK
RGB Variations
Color information
#60716E (or 0x60716E) is known color: William. HEX triplet: 60, 71 and 6E. RGB value is (96,113,110). Sum of RGB (Red+Green+Blue) = 96+113+110=319 (42% of max value = 765). Red value is 96 (37.89% from 255 or 30.09% from 319); Green value is 113 (44.53% from 255 or 35.42% from 319); Blue value is 110 (43.36% from 255 or 34.48% from 319); Max value from RGB is 113 - color contains mainly: green. Hex color #60716E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60716E is #9F8E91. Grayscale: #6B6B6B. Windows color (decimal): -10456722 or 7237984. OLE color: 7237984.
HSL color Cylindrical-coordinate representation of color #60716E: hue angle of 169.41º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #60716E is Cyan = 0.15, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 96 | 113 | 110 | - |
| CMYK | 0.15 | 0 | 0.03 | 0.56 |
| HSL | 169.41º | 0.08% | 0.41% | - |
| HSV(B) | 169.41º | 0.15% | 0.44% | - |
| XYZ | 13.54 | 15.42 | 17.01 | - |
| YUV | 107.58 | 129.37 | 119.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 113 | 110 | 0.15 | 0 | 0.03 | 0.56 | 169.41 | 0.08 | 0.41 |
| Hex | 60 | 71 | 6E | F | 0 | 3 | 38 | A9 | 8 | 29 |
| Octal | 140 | 161 | 156 | 17 | 0 | 3 | 70 | 251 | 10 | 51 |
| Binary | 1100000 | 1110001 | 1101110 | 1111 | 0 | 11 | 111000 | 10101001 | 1000 | 101001 |
Color Harmonies of #60716E
Complementary color
Monochromatic Colors of #60716E
Black with #60716E
Text Example
Text Example
White with #60716E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60716E; }
p { color: rgb(96,113,110); }
H1.HeaderClassName
{
color: #60716E;
}
.AnyTagClassName
{
color: #60716E;
}
</style>
background-color css
<style>
a { background-color: #60716E; }
a { background-color: rgb(96,113,110); }
div.DivClassName
{
background-color: #60716E;
}
.BgClassName
{
background-color: #60716E;
}
</style>
border-color css
<style>
span { border-color: #60716E; }
span { border-color: rgb(96,113,110); }
td.TdClassName
{
border-color: #60716E;
}
.TagClassName
{
border-color: #60716E;
}
</style>