#675F6F

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

Shades of Scarpa Flow #675F6F

Tints of Scarpa Flow #675F6F

Color information

#675F6F (or 0x675F6F) is unknown color: approx Scarpa Flow. HEX triplet: 67, 5F and 6F. RGB value is (103,95,111). Sum of RGB (Red+Green+Blue) = 103+95+111=309 (40% of max value = 765). Red value is 103 (40.62% from 255 or 33.33% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 111 (43.75% from 255 or 35.92% from 309); Max value from RGB is 111 - color contains mainly: blue. Hex color #675F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675F6F is #98A090. Grayscale: #636363. Windows color (decimal): -10002577 or 7298919. OLE color: 7298919.

HSL color Cylindrical-coordinate representation of color #675F6F: hue angle of 270º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #675F6F is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10395111-
CMYK0.070.1400.56
HSL270º7.77%40.39%-
HSV(B)270º14.41%43.53%-
XYZ12.5512.2216.74-
YUV99.22134.65130.7-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.33%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 111 (43.75% from 255) = 35.92%
R=33.33%
G=30.74%
B=35.92%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103951110.070.1400.562707.7740.39
Hex675F6F7E03810e828
Octal1471371577160704161050
Binary110011110111111101111111111001110001000011101000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675F6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675F6F; }

 p { color: rgb(103,95,111); }

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

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

 a { background-color: rgb(103,95,111); }

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

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

 span { border-color: rgb(103,95,111); }

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