#666368

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

Shades of Scarpa Flow #666368

Tints of Scarpa Flow #666368

Color information

#666368 (or 0x666368) is unknown color: approx Scarpa Flow. HEX triplet: 66, 63 and 68. RGB value is (102,99,104). Sum of RGB (Red+Green+Blue) = 102+99+104=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 99 (39.06% from 255 or 32.46% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 104 - color contains mainly: blue. Hex color #666368 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666368 is #999C97. Grayscale: #646464. Windows color (decimal): -10067096 or 6841190. OLE color: 6841190.

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

Color convert

RGB10299104-
CMYK0.020.0500.59
HSL276º2.46%39.8%-
HSV(B)276º4.81%40.78%-
XYZ12.4412.7514.9-
YUV100.47129.99129.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 99 (39.06% from 255) = 32.46%
BLUE value IS 104 (41.02% from 255) = 34.10%
R=33.44%
G=32.46%
B=34.10%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102991040.020.0500.592762.4639.8
Hex6663682503B114228
Octal14614315025073424250
Binary11001101100011110100010101011101110001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666368; }

 p { color: rgb(102,99,104); }

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

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

 a { background-color: rgb(102,99,104); }

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

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

 span { border-color: rgb(102,99,104); }

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