Shades of William #56706A
Tints of William #56706A
RGB
CMYK
RGB Variations
Color information
#56706A (or 0x56706A) is known color: William. HEX triplet: 56, 70 and 6A. RGB value is (86,112,106). Sum of RGB (Red+Green+Blue) = 86+112+106=304 (40% of max value = 765). Red value is 86 (33.98% from 255 or 28.29% from 304); Green value is 112 (44.14% from 255 or 36.84% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 112 - color contains mainly: green. Hex color #56706A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56706A is #A98F95. Grayscale: #676767. Windows color (decimal): -11112342 or 6975574. OLE color: 6975574.
HSL color Cylindrical-coordinate representation of color #56706A: hue angle of 166.15º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #56706A is Cyan = 0.23, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 86 | 112 | 106 | - |
| CMYK | 0.23 | 0 | 0.05 | 0.56 |
| HSL | 166.15º | 0.13% | 0.39% | - |
| HSV(B) | 166.15º | 0.23% | 0.44% | - |
| XYZ | 12.23 | 14.61 | 15.81 | - |
| YUV | 103.54 | 129.39 | 115.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 112 | 106 | 0.23 | 0 | 0.05 | 0.56 | 166.15 | 0.13 | 0.39 |
| Hex | 56 | 70 | 6A | 17 | 0 | 5 | 38 | A6 | D | 27 |
| Octal | 126 | 160 | 152 | 27 | 0 | 5 | 70 | 246 | 15 | 47 |
| Binary | 1010110 | 1110000 | 1101010 | 10111 | 0 | 101 | 111000 | 10100110 | 1101 | 100111 |
Color Harmonies of #56706A
Complementary color
Monochromatic Colors of #56706A
Black with #56706A
Text Example
Text Example
White with #56706A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #56706A; }
p { color: rgb(86,112,106); }
H1.HeaderClassName
{
color: #56706A;
}
.AnyTagClassName
{
color: #56706A;
}
</style>
background-color css
<style>
a { background-color: #56706A; }
a { background-color: rgb(86,112,106); }
div.DivClassName
{
background-color: #56706A;
}
.BgClassName
{
background-color: #56706A;
}
</style>
border-color css
<style>
span { border-color: #56706A; }
span { border-color: rgb(86,112,106); }
td.TdClassName
{
border-color: #56706A;
}
.TagClassName
{
border-color: #56706A;
}
</style>