#676071

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

Shades of Scarpa Flow #676071

Tints of Scarpa Flow #676071

Color information

#676071 (or 0x676071) is unknown color: approx Scarpa Flow. HEX triplet: 67, 60 and 71. RGB value is (103,96,113). Sum of RGB (Red+Green+Blue) = 103+96+113=312 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.01% from 312); Green value is 96 (37.89% from 255 or 30.77% from 312); Blue value is 113 (44.53% from 255 or 36.22% from 312); Max value from RGB is 113 - color contains mainly: blue. Hex color #676071 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676071 is #989F8E. Grayscale: #636363. Windows color (decimal): -10002319 or 7430247. OLE color: 7430247.

HSL color Cylindrical-coordinate representation of color #676071: hue angle of 264.71º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #676071 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10396113-
CMYK0.090.1500.56
HSL264.71º8.13%40.98%-
HSV(B)264.71º15.04%44.31%-
XYZ12.7612.4417.35-
YUV100.03135.32130.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.01%
GREEN value IS 96 (37.89% from 255) = 30.77%
BLUE value IS 113 (44.53% from 255) = 36.22%
R=33.01%
G=30.77%
B=36.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103961130.090.1500.56264.718.1340.98
Hex6760719F038109829
Octal14714016111170704111051
Binary1100111110000011100011001111101110001000010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676071; }

 p { color: rgb(103,96,113); }

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

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

 a { background-color: rgb(103,96,113); }

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

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

 span { border-color: rgb(103,96,113); }

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