#66606A

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

Shades of Scarpa Flow #66606A

Tints of Scarpa Flow #66606A

Color information

#66606A (or 0x66606A) is unknown color: approx Scarpa Flow. HEX triplet: 66, 60 and 6A. RGB value is (102,96,106). Sum of RGB (Red+Green+Blue) = 102+96+106=304 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.55% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 106 - color contains mainly: blue. Hex color #66606A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66606A is #999F95. Grayscale: #626262. Windows color (decimal): -10067862 or 6971494. OLE color: 6971494.

HSL color Cylindrical-coordinate representation of color #66606A: hue angle of 276º degrees, saturation: 0.05, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #66606A is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10296106-
CMYK0.040.0900.58
HSL276º4.95%39.61%-
HSV(B)276º9.43%41.57%-
XYZ12.2612.2315.35-
YUV98.93131.99130.19-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.55%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=33.55%
G=31.58%
B=34.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102961060.040.0900.582764.9539.61
Hex66606A4903A114528
Octal146140152411072424550
Binary11001101100000110101010010010111010100010100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66606A; }

 p { color: rgb(102,96,106); }

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

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

 a { background-color: rgb(102,96,106); }

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

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

 span { border-color: rgb(102,96,106); }

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