#666369

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

Shades of Scarpa Flow #666369

Tints of Scarpa Flow #666369

Color information

#666369 (or 0x666369) is unknown color: approx Scarpa Flow. HEX triplet: 66, 63 and 69. RGB value is (102,99,105). Sum of RGB (Red+Green+Blue) = 102+99+105=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 99 (39.06% from 255 or 32.35% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 105 - color contains mainly: blue. Hex color #666369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666369 is #999C96. Grayscale: #646464. Windows color (decimal): -10067095 or 6906726. OLE color: 6906726.

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

Color convert

RGB10299105-
CMYK0.030.0600.59
HSL270º2.94%40%-
HSV(B)270º5.71%41.18%-
XYZ12.4912.7715.17-
YUV100.58130.49129.01-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.33%
GREEN value IS 99 (39.06% from 255) = 32.35%
BLUE value IS 105 (41.41% from 255) = 34.31%
R=33.33%
G=32.35%
B=34.31%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal102991050.030.0600.592702.9440
Hex6663693603B10e328
Octal14614315136073416350
Binary11001101100011110100111110011101110000111011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666369; }

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

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

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

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

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

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

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

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