#676455

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

Shades of Storm Dust #676455

Tints of Storm Dust #676455

Color information

#676455 (or 0x676455) is unknown color: approx Storm Dust. HEX triplet: 67, 64 and 55. RGB value is (103,100,85). Sum of RGB (Red+Green+Blue) = 103+100+85=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 100 (39.45% from 255 or 34.72% from 288); Blue value is 85 (33.59% from 255 or 29.51% from 288); Max value from RGB is 103 - color contains mainly: red. Hex color #676455 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #676455 is #989BAA. Grayscale: #636363. Windows color (decimal): -10001323 or 5596263. OLE color: 5596263.

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

Color convert

RGB10310085-
CMYK00.030.170.60
HSL50º9.57%36.86%-
HSV(B)50º17.48%40.39%-
XYZ11.7912.6510.42-
YUV99.19119.99130.72-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 35.76%
GREEN value IS 100 (39.45% from 255) = 34.72%
BLUE value IS 85 (33.59% from 255) = 29.51%
R=35.76%
G=34.72%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.17
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1031008500.030.170.60509.5736.86
Hex67645503113C32a25
Octal147144125032174621245
Binary110011111001001010101011100011111001100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #676455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #676455; }

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

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

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

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

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

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

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

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