#666169

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

Shades of Scarpa Flow #666169

Tints of Scarpa Flow #666169

Color information

#666169 (or 0x666169) is unknown color: approx Scarpa Flow. HEX triplet: 66, 61 and 69. RGB value is (102,97,105). Sum of RGB (Red+Green+Blue) = 102+97+105=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 97 (38.28% from 255 or 31.91% from 304); Blue value is 105 (41.41% from 255 or 34.54% from 304); Max value from RGB is 105 - color contains mainly: blue. Hex color #666169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666169 is #999E96. Grayscale: #636363. Windows color (decimal): -10067607 or 6906214. OLE color: 6906214.

HSL color Cylindrical-coordinate representation of color #666169: hue angle of 277.5º degrees, saturation: 0.04, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #666169 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB10297105-
CMYK0.030.0800.59
HSL277.5º3.96%39.61%-
HSV(B)277.5º7.62%41.18%-
XYZ12.312.3915.11-
YUV99.41131.16129.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.55%
GREEN value IS 97 (38.28% from 255) = 31.91%
BLUE value IS 105 (41.41% from 255) = 34.54%
R=33.55%
G=31.91%
B=34.54%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102971050.030.0800.59277.53.9639.61
Hex6661693803B116428
Octal146141151310073426450
Binary1100110110000111010011110000111011100010110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666169; }

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

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

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

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

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

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

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

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