#66676D

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

Shades of Comet #66676D

Tints of Comet #66676D

Color information

#66676D (or 0x66676D) is unknown color: approx Comet. HEX triplet: 66, 67 and 6D. RGB value is (102,103,109). Sum of RGB (Red+Green+Blue) = 102+103+109=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 103 (40.62% from 255 or 32.80% from 314); Blue value is 109 (42.97% from 255 or 34.71% from 314); Max value from RGB is 109 - color contains mainly: blue. Hex color #66676D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66676D is #999892. Grayscale: #676767. Windows color (decimal): -10066067 or 7169894. OLE color: 7169894.

HSL color Cylindrical-coordinate representation of color #66676D: hue angle of 231.43º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #66676D is Cyan = 0.06, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB102103109-
CMYK0.060.0600.57
HSL231.43º3.32%41.37%-
HSV(B)231.43º6.42%42.75%-
XYZ13.0913.6316.41-
YUV103.38131.17127.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.48%
GREEN value IS 103 (40.62% from 255) = 32.80%
BLUE value IS 109 (42.97% from 255) = 34.71%
R=32.48%
G=32.80%
B=34.71%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1021031090.060.0600.57231.433.3241.37
Hex66676D66039e7329
Octal14614715566071347351
Binary11001101100111110110111011001110011110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66676D; }

 p { color: rgb(102,103,109); }

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

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

 a { background-color: rgb(102,103,109); }

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

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

 span { border-color: rgb(102,103,109); }

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