#666572

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

Shades of Comet #666572

Tints of Comet #666572

Color information

#666572 (or 0x666572) is unknown color: approx Comet. HEX triplet: 66, 65 and 72. RGB value is (102,101,114). Sum of RGB (Red+Green+Blue) = 102+101+114=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 101 (39.84% from 255 or 31.86% from 317); Blue value is 114 (44.92% from 255 or 35.96% from 317); Max value from RGB is 114 - color contains mainly: blue. Hex color #666572 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666572 is #999A8D. Grayscale: #666666. Windows color (decimal): -10066574 or 7497062. OLE color: 7497062.

HSL color Cylindrical-coordinate representation of color #666572: hue angle of 244.62º degrees, saturation: 0.06, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #666572 is Cyan = 0.11, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB102101114-
CMYK0.110.1100.55
HSL244.62º6.05%42.16%-
HSV(B)244.62º11.4%44.71%-
XYZ13.1713.3517.8-
YUV102.78134.33127.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.18%
GREEN value IS 101 (39.84% from 255) = 31.86%
BLUE value IS 114 (44.92% from 255) = 35.96%
R=32.18%
G=31.86%
B=35.96%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1021011140.110.1100.55244.626.0542.16
Hex666572BB037f562a
Octal1461451621313067365652
Binary11001101100101111001010111011011011111110101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666572; }

 p { color: rgb(102,101,114); }

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

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

 a { background-color: rgb(102,101,114); }

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

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

 span { border-color: rgb(102,101,114); }

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