#676358

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

Shades of Storm Dust #676358

Tints of Storm Dust #676358

Color information

#676358 (or 0x676358) is unknown color: approx Storm Dust. HEX triplet: 67, 63 and 58. RGB value is (103,99,88). Sum of RGB (Red+Green+Blue) = 103+99+88=290 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.52% from 290); Green value is 99 (39.06% from 255 or 34.14% from 290); Blue value is 88 (34.77% from 255 or 30.34% from 290); Max value from RGB is 103 - color contains mainly: red. Hex color #676358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676358 is #989CA7. Grayscale: #626262. Windows color (decimal): -10001576 or 5792615. OLE color: 5792615.

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

Color convert

RGB1039988-
CMYK00.040.150.60
HSL44º7.85%37.45%-
HSV(B)44º14.56%40.39%-
XYZ11.8212.5111.02-
YUV98.94121.83130.89-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.52%
GREEN value IS 99 (39.06% from 255) = 34.14%
BLUE value IS 88 (34.77% from 255) = 30.34%
R=35.52%
G=34.14%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103998800.040.150.60447.8537.45
Hex67635804F3C2c825
Octal147143130041774541045
Binary110011111000111011000010011111111001011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676358; }

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

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

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

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

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

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

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

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