#66646C

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

Shades of Smoky #66646C

Tints of Smoky #66646C

Color information

#66646C (or 0x66646C) is unknown color: approx Smoky. HEX triplet: 66, 64 and 6C. RGB value is (102,100,108). Sum of RGB (Red+Green+Blue) = 102+100+108=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 108 (42.58% from 255 or 34.84% from 310); Max value from RGB is 108 - color contains mainly: blue. Hex color #66646C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66646C is #999B93. Grayscale: #656565. Windows color (decimal): -10066836 or 7103590. OLE color: 7103590.

HSL color Cylindrical-coordinate representation of color #66646C: hue angle of 255º degrees, saturation: 0.04, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #66646C is Cyan = 0.06, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB102100108-
CMYK0.060.0700.58
HSL255º3.85%40.78%-
HSV(B)255º7.41%42.35%-
XYZ12.7413.0216.03-
YUV101.51131.66128.35-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.90%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 108 (42.58% from 255) = 34.84%
R=32.90%
G=32.26%
B=34.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1021001080.060.0700.582553.8540.78
Hex66646C6703Aff429
Octal14614415467072377451
Binary110011011001001101100110111011101011111111100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66646C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66646C; }

 p { color: rgb(102,100,108); }

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

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

 a { background-color: rgb(102,100,108); }

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

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

 span { border-color: rgb(102,100,108); }

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