#666575

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

Shades of Comet #666575

Tints of Comet #666575

Color information

#666575 (or 0x666575) is unknown color: approx Comet. HEX triplet: 66, 65 and 75. RGB value is (102,101,117). Sum of RGB (Red+Green+Blue) = 102+101+117=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 101 (39.84% from 255 or 31.56% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 117 - color contains mainly: blue. Hex color #666575 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666575 is #999A8A. Grayscale: #676767. Windows color (decimal): -10066571 or 7693670. OLE color: 7693670.

HSL color Cylindrical-coordinate representation of color #666575: hue angle of 243.75º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #666575 is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB102101117-
CMYK0.130.1400.54
HSL243.75º7.34%42.75%-
HSV(B)243.75º13.68%45.88%-
XYZ13.3413.4218.72-
YUV103.12135.83127.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.88%
GREEN value IS 101 (39.84% from 255) = 31.56%
BLUE value IS 117 (46.09% from 255) = 36.56%
R=31.88%
G=31.56%
B=36.56%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1021011170.130.1400.54243.757.3442.75
Hex666575DE036f472b
Octal1461451651516066364753
Binary11001101100101111010111011110011011011110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666575; }

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

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

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

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

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

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

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

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