#66616A

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

Shades of Scarpa Flow #66616A

Tints of Scarpa Flow #66616A

Color information

#66616A (or 0x66616A) is unknown color: approx Scarpa Flow. HEX triplet: 66, 61 and 6A. RGB value is (102,97,106). Sum of RGB (Red+Green+Blue) = 102+97+106=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 97 (38.28% from 255 or 31.80% from 305); Blue value is 106 (41.80% from 255 or 34.75% from 305); Max value from RGB is 106 - color contains mainly: blue. Hex color #66616A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #66616A is #999E95. Grayscale: #636363. Windows color (decimal): -10067606 or 6971750. OLE color: 6971750.

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

Color convert

RGB10297106-
CMYK0.040.0800.58
HSL273.33º4.43%39.8%-
HSV(B)273.33º8.49%41.57%-
XYZ12.3612.4115.38-
YUV99.52131.66129.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 97 (38.28% from 255) = 31.80%
BLUE value IS 106 (41.80% from 255) = 34.75%
R=33.44%
G=31.80%
B=34.75%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102971060.040.0800.58273.334.4339.8
Hex66616A4803A111428
Octal146141152410072421450
Binary11001101100001110101010010000111010100010001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66616A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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