#67616F

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

Shades of Scarpa Flow #67616F

Tints of Scarpa Flow #67616F

Color information

#67616F (or 0x67616F) is unknown color: approx Scarpa Flow. HEX triplet: 67, 61 and 6F. RGB value is (103,97,111). Sum of RGB (Red+Green+Blue) = 103+97+111=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 97 (38.28% from 255 or 31.19% from 311); Blue value is 111 (43.75% from 255 or 35.69% from 311); Max value from RGB is 111 - color contains mainly: blue. Hex color #67616F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67616F is #989E90. Grayscale: #646464. Windows color (decimal): -10002065 or 7299431. OLE color: 7299431.

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

Color convert

RGB10397111-
CMYK0.070.1300.56
HSL265.71º6.73%40.78%-
HSV(B)265.71º12.61%43.53%-
XYZ12.7412.5816.8-
YUV100.39133.99129.86-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.12%
GREEN value IS 97 (38.28% from 255) = 31.19%
BLUE value IS 111 (43.75% from 255) = 35.69%
R=33.12%
G=31.19%
B=35.69%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal103971110.070.1300.56265.716.7340.78
Hex67616F7D03810a729
Octal147141157715070412751
Binary11001111100001110111111111010111000100001010111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67616F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67616F; }

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

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

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

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

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

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

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

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