#676760

Color #676760 Storm Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Dust #676760

Tints of Storm Dust #676760

Color information

#676760 (or 0x676760) is unknown color: approx Storm Dust. HEX triplet: 67, 67 and 60. RGB value is (103,103,96). Sum of RGB (Red+Green+Blue) = 103+103+96=302 (40% of max value = 765). Red value is 103 (40.62% from 255 or 34.11% from 302); Green value is 103 (40.62% from 255 or 34.11% from 302); Blue value is 96 (37.89% from 255 or 31.79% from 302); Max value from RGB is 103 - color contains mainly: red, green. Hex color #676760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676760 is #98989F. Grayscale: #666666. Windows color (decimal): -10000544 or 6317927. OLE color: 6317927.

HSL color Cylindrical-coordinate representation of color #676760: hue angle of 60º degrees, saturation: 0.04, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #676760 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB10310396-
CMYK000.070.60
HSL60º3.52%39.02%-
HSV(B)60º6.8%40.39%-
XYZ12.5613.4313-
YUV102.2124.5128.57-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 34.11%
GREEN value IS 103 (40.62% from 255) = 34.11%
BLUE value IS 96 (37.89% from 255) = 31.79%
R=34.11%
G=34.11%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal10310396000.070.60603.5239.02
Hex6767600073C3c427
Octal1471471400077474447
Binary11001111100111110000000111111100111100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676760; }

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

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

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

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

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

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

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

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