#686272

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

Shades of Scarpa Flow #686272

Tints of Scarpa Flow #686272

Color information

#686272 (or 0x686272) is unknown color: approx Scarpa Flow. HEX triplet: 68, 62 and 72. RGB value is (104,98,114). Sum of RGB (Red+Green+Blue) = 104+98+114=316 (41% of max value = 765). Red value is 104 (41.02% from 255 or 32.91% from 316); Green value is 98 (38.67% from 255 or 31.01% from 316); Blue value is 114 (44.92% from 255 or 36.08% from 316); Max value from RGB is 114 - color contains mainly: blue. Hex color #686272 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686272 is #979D8D. Grayscale: #656565. Windows color (decimal): -9936270 or 7496296. OLE color: 7496296.

HSL color Cylindrical-coordinate representation of color #686272: hue angle of 262.5º degrees, saturation: 0.08, 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 #686272 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB10498114-
CMYK0.090.1400.55
HSL262.5º7.55%41.57%-
HSV(B)262.5º14.04%44.71%-
XYZ13.1112.8917.72-
YUV101.62134.99129.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 32.91%
GREEN value IS 98 (38.67% from 255) = 31.01%
BLUE value IS 114 (44.92% from 255) = 36.08%
R=32.91%
G=31.01%
B=36.08%

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
Decimal104981140.090.1400.55262.57.5541.57
Hex6862729E03710682a
Octal15014216211160674061052
Binary1101000110001011100101001111001101111000001101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #686272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #686272; }

 p { color: rgb(104,98,114); }

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

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

 a { background-color: rgb(104,98,114); }

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

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

 span { border-color: rgb(104,98,114); }

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