#616C6A

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

Shades of William #616C6A

Tints of William #616C6A

Color information

#616C6A (or 0x616C6A) is unknown color: approx William. HEX triplet: 61, 6C and 6A. RGB value is (97,108,106). Sum of RGB (Red+Green+Blue) = 97+108+106=311 (41% of max value = 765). Red value is 97 (38.28% from 255 or 31.19% from 311); Green value is 108 (42.58% from 255 or 34.73% from 311); Blue value is 106 (41.80% from 255 or 34.08% from 311); Max value from RGB is 108 - color contains mainly: green. Hex color #616C6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616C6A is #9E9395. Grayscale: #686868. Windows color (decimal): -10392470 or 6974561. OLE color: 6974561.

HSL color Cylindrical-coordinate representation of color #616C6A: hue angle of 169.09º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #616C6A is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB97108106-
CMYK0.1000.020.58
HSL169.09º5.37%40.2%-
HSV(B)169.09º10.19%42.35%-
XYZ12.8914.3115.72-
YUV104.48128.86122.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 31.19%
GREEN value IS 108 (42.58% from 255) = 34.73%
BLUE value IS 106 (41.80% from 255) = 34.08%
R=31.19%
G=34.73%
B=34.08%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal971081060.1000.020.58169.095.3740.2
Hex616C6AA023Aa9528
Octal141154152120272251550
Binary110000111011001101010101001011101010101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,108,106); }

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

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

 a { background-color: rgb(97,108,106); }

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

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

 span { border-color: rgb(97,108,106); }

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