#67636D

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

Shades of Scarpa Flow #67636D

Tints of Scarpa Flow #67636D

Color information

#67636D (or 0x67636D) is unknown color: approx Scarpa Flow. HEX triplet: 67, 63 and 6D. RGB value is (103,99,109). Sum of RGB (Red+Green+Blue) = 103+99+109=311 (41% of max value = 765). Red value is 103 (40.62% from 255 or 33.12% from 311); Green value is 99 (39.06% from 255 or 31.83% from 311); Blue value is 109 (42.97% from 255 or 35.05% from 311); Max value from RGB is 109 - color contains mainly: blue. Hex color #67636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67636D is #989C92. Grayscale: #656565. Windows color (decimal): -10001555 or 7168871. OLE color: 7168871.

HSL color Cylindrical-coordinate representation of color #67636D: hue angle of 264º degrees, saturation: 0.05, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #67636D is Cyan = 0.06, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB10399109-
CMYK0.060.0900.57
HSL264º4.81%40.78%-
HSV(B)264º9.17%42.75%-
XYZ12.8212.9116.28-
YUV101.34132.33129.19-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 33.12%
GREEN value IS 99 (39.06% from 255) = 31.83%
BLUE value IS 109 (42.97% from 255) = 35.05%
R=33.12%
G=31.83%
B=35.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal103991090.060.0900.572644.8140.78
Hex67636D69039108529
Octal147143155611071410551
Binary11001111100011110110111010010111001100001000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67636D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67636D; }

 p { color: rgb(103,99,109); }

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

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

 a { background-color: rgb(103,99,109); }

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

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

 span { border-color: rgb(103,99,109); }

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