#67646B

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

Shades of Scarpa Flow #67646B

Tints of Scarpa Flow #67646B

Color information

#67646B (or 0x67646B) is unknown color: approx Scarpa Flow. HEX triplet: 67, 64 and 6B. RGB value is (103,100,107). Sum of RGB (Red+Green+Blue) = 103+100+107=310 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.23% from 310); Green value is 100 (39.45% from 255 or 32.26% from 310); Blue value is 107 (42.19% from 255 or 34.52% from 310); Max value from RGB is 107 - color contains mainly: blue. Hex color #67646B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67646B is #989B94. Grayscale: #656565. Windows color (decimal): -10001301 or 7038055. OLE color: 7038055.

HSL color Cylindrical-coordinate representation of color #67646B: hue angle of 265.71º degrees, saturation: 0.03, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #67646B is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB103100107-
CMYK0.040.0700.58
HSL265.71º3.38%40.59%-
HSV(B)265.71º6.54%41.96%-
XYZ12.813.0615.76-
YUV101.7130.99128.93-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.23%
GREEN value IS 100 (39.45% from 255) = 32.26%
BLUE value IS 107 (42.19% from 255) = 34.52%
R=33.23%
G=32.26%
B=34.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1031001070.040.0700.58265.713.3840.59
Hex67646B4703A10a329
Octal14714415347072412351
Binary110011111001001101011100111011101010000101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67646B; }

 p { color: rgb(103,100,107); }

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

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

 a { background-color: rgb(103,100,107); }

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

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

 span { border-color: rgb(103,100,107); }

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