#616E6B

Color #616E6B William (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of William #616E6B

Tints of William #616E6B

Color information

#616E6B (or 0x616E6B) is unknown color: approx William. HEX triplet: 61, 6E and 6B. RGB value is (97,110,107). Sum of RGB (Red+Green+Blue) = 97+110+107=314 (41% of max value = 765). Red value is 97 (38.28% from 255 or 30.89% from 314); Green value is 110 (43.36% from 255 or 35.03% from 314); Blue value is 107 (42.19% from 255 or 34.08% from 314); Max value from RGB is 110 - color contains mainly: green. Hex color #616E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616E6B is #9E9194. Grayscale: #696969. Windows color (decimal): -10391957 or 7040609. OLE color: 7040609.

HSL color Cylindrical-coordinate representation of color #616E6B: hue angle of 166.15º 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 #616E6B is Cyan = 0.12, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB97110107-
CMYK0.1200.030.57
HSL166.15º6.28%40.59%-
HSV(B)166.15º11.82%43.14%-
XYZ13.1614.7516.06-
YUV105.77128.69121.74-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 97 (38.28% from 255) = 30.89%
GREEN value IS 110 (43.36% from 255) = 35.03%
BLUE value IS 107 (42.19% from 255) = 34.08%
R=30.89%
G=35.03%
B=34.08%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal971101070.1200.030.57166.156.2840.59
Hex616E6BC0339a6629
Octal141156153140371246651
Binary110000111011101101011110001111100110100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616E6B; }

 p { color: rgb(97,110,107); }

 H1.HeaderClassName
 {
   color: #616E6B;
 }
 .AnyTagClassName
 {
   color: #616E6B;
 }
</style>
background-color css

<style>
 a { background-color: #616E6B; }

 a { background-color: rgb(97,110,107); }

 div.DivClassName
 {
   background-color: #616E6B;
 }
 .BgClassName
 {
   background-color: #616E6B;
 }
</style>
border-color css

<style>
 span { border-color: #616E6B; }

 span { border-color: rgb(97,110,107); }

 td.TdClassName
 {
   border-color: #616E6B;
 }
 .TagClassName
 {
   border-color: #616E6B;
 }
</style>