#696373

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

Shades of Scarpa Flow #696373

Tints of Scarpa Flow #696373

Color information

#696373 (or 0x696373) is unknown color: approx Scarpa Flow. HEX triplet: 69, 63 and 73. RGB value is (105,99,115). Sum of RGB (Red+Green+Blue) = 105+99+115=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 115 (45.31% from 255 or 36.05% from 319); Max value from RGB is 115 - color contains mainly: blue. Hex color #696373 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696373 is #969C8C. Grayscale: #666666. Windows color (decimal): -9870477 or 7562089. OLE color: 7562089.

HSL color Cylindrical-coordinate representation of color #696373: hue angle of 262.5º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #696373 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10599115-
CMYK0.090.1400.55
HSL262.5º7.48%41.96%-
HSV(B)262.5º13.91%45.1%-
XYZ13.3813.1618.06-
YUV102.62134.99129.7-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 99 (39.06% from 255) = 31.03%
BLUE value IS 115 (45.31% from 255) = 36.05%
R=32.92%
G=31.03%
B=36.05%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal105991150.090.1400.55262.57.4841.96
Hex6963739E03710672a
Octal1511431631116067406752
Binary110100111000111110011100111100110111100000110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696373; }

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

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

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

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

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

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

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

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