#616866

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

Shades of William #616866

Tints of William #616866

Color information

#616866 (or 0x616866) is unknown color: approx William. HEX triplet: 61, 68 and 66. RGB value is (97,104,102). Sum of RGB (Red+Green+Blue) = 97+104+102=303 (40% of max value = 765). Red value is 97 (38.28% from 255 or 32.01% from 303); Green value is 104 (41.02% from 255 or 34.32% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 104 - color contains mainly: green. Hex color #616866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616866 is #9E9799. Grayscale: #656565. Windows color (decimal): -10393498 or 6711393. OLE color: 6711393.

HSL color Cylindrical-coordinate representation of color #616866: hue angle of 162.86º degrees, saturation: 0.03, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #616866 is Cyan = 0.07, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB97104102-
CMYK0.0700.020.59
HSL162.86º3.48%39.41%-
HSV(B)162.86º6.73%40.78%-
XYZ12.2813.414.51-
YUV101.68128.18124.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 32.01%
GREEN value IS 104 (41.02% from 255) = 34.32%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=32.01%
G=34.32%
B=33.66%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal971041020.0700.020.59162.863.4839.41
Hex6168667023Ba3327
Octal14115014670273243347
Binary1100001110100011001101110101110111010001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616866; }

 p { color: rgb(97,104,102); }

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

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

 a { background-color: rgb(97,104,102); }

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

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

 span { border-color: rgb(97,104,102); }

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