#666172

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

Shades of Smoky #666172

Tints of Smoky #666172

Color information

#666172 (or 0x666172) is unknown color: approx Smoky. HEX triplet: 66, 61 and 72. RGB value is (102,97,114). Sum of RGB (Red+Green+Blue) = 102+97+114=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 97 (38.28% from 255 or 30.99% from 313); Blue value is 114 (44.92% from 255 or 36.42% from 313); Max value from RGB is 114 - color contains mainly: blue. Hex color #666172 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666172 is #999E8D. Grayscale: #646464. Windows color (decimal): -10067598 or 7496038. OLE color: 7496038.

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

Color convert

RGB10297114-
CMYK0.110.1500.55
HSL257.65º8.06%41.37%-
HSV(B)257.65º14.91%44.71%-
XYZ12.7912.5917.68-
YUV100.43135.66129.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.59%
GREEN value IS 97 (38.28% from 255) = 30.99%
BLUE value IS 114 (44.92% from 255) = 36.42%
R=32.59%
G=30.99%
B=36.42%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal102971140.110.1500.55257.658.0641.37
Hex666172BF037102829
Octal14614116213170674021051
Binary1100110110000111100101011111101101111000000101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666172; }

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

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

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

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

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

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

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

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