Shades of William #616E6A
Tints of William #616E6A
RGB
CMYK
RGB Variations
Color information
#616E6A (or 0x616E6A) is known color: William. HEX triplet: 61, 6E and 6A. RGB value is (97,110,106). Sum of RGB (Red+Green+Blue) = 97+110+106=313 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.99% from 313); Green value is 110 (43.36% from 255 or 35.14% from 313); Blue value is 106 (41.80% from 255 or 33.87% from 313); Max value from RGB is 110 - color contains mainly: green. Hex color #616E6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E6A is #9E9195. Grayscale: #696969. Windows color (decimal): -10391958 or 6975073. OLE color: 6975073.
HSL color Cylindrical-coordinate representation of color #616E6A: hue angle of 161.54º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #616E6A is Cyan = 0.12, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 97 | 110 | 106 | - |
| CMYK | 0.12 | 0 | 0.04 | 0.57 |
| HSL | 161.54º | 0.06% | 0.41% | - |
| HSV(B) | 161.54º | 0.12% | 0.43% | - |
| XYZ | 13.11 | 14.73 | 15.79 | - |
| YUV | 105.66 | 128.19 | 121.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 110 | 106 | 0.12 | 0 | 0.04 | 0.57 | 161.54 | 0.06 | 0.41 |
| Hex | 61 | 6E | 6A | C | 0 | 4 | 39 | A2 | 6 | 29 |
| Octal | 141 | 156 | 152 | 14 | 0 | 4 | 71 | 242 | 6 | 51 |
| Binary | 1100001 | 1101110 | 1101010 | 1100 | 0 | 100 | 111001 | 10100010 | 110 | 101001 |
Color Harmonies of #616E6A
Complementary color
Monochromatic Colors of #616E6A
Black with #616E6A
Text Example
Text Example
White with #616E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #616E6A; }
p { color: rgb(97,110,106); }
H1.HeaderClassName
{
color: #616E6A;
}
.AnyTagClassName
{
color: #616E6A;
}
</style>
background-color css
<style>
a { background-color: #616E6A; }
a { background-color: rgb(97,110,106); }
div.DivClassName
{
background-color: #616E6A;
}
.BgClassName
{
background-color: #616E6A;
}
</style>
border-color css
<style>
span { border-color: #616E6A; }
span { border-color: rgb(97,110,106); }
td.TdClassName
{
border-color: #616E6A;
}
.TagClassName
{
border-color: #616E6A;
}
</style>