#66646B

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

Shades of Smoky #66646B

Tints of Smoky #66646B

Color information

#66646B (or 0x66646B) is unknown color: approx Smoky. HEX triplet: 66, 64 and 6B. RGB value is (102,100,107). Sum of RGB (Red+Green+Blue) = 102+100+107=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 100 (39.45% from 255 or 32.36% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 107 - color contains mainly: blue. Hex color #66646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66646B is #999B94. Grayscale: #656565. Windows color (decimal): -10066837 or 7038054. OLE color: 7038054.

HSL color Cylindrical-coordinate representation of color #66646B: hue angle of 257.14º degrees, saturation: 0.03, 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 #66646B is Cyan = 0.05, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB102100107-
CMYK0.050.0700.58
HSL257.14º3.38%40.59%-
HSV(B)257.14º6.54%41.96%-
XYZ12.691315.75-
YUV101.4131.16128.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 100 (39.45% from 255) = 32.36%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=33.01%
G=32.36%
B=34.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1021001070.050.0700.58257.143.3840.59
Hex66646B5703A101329
Octal14614415357072401351
Binary110011011001001101011101111011101010000000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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