#666454

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

Shades of Storm Dust #666454

Tints of Storm Dust #666454

Color information

#666454 (or 0x666454) is unknown color: approx Storm Dust. HEX triplet: 66, 64 and 54. RGB value is (102,100,84). Sum of RGB (Red+Green+Blue) = 102+100+84=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 100 (39.45% from 255 or 34.97% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 102 - color contains mainly: red. Hex color #666454 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666454 is #999BAB. Grayscale: #626262. Windows color (decimal): -10066860 or 5530726. OLE color: 5530726.

HSL color Cylindrical-coordinate representation of color #666454: hue angle of 53.33º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #666454 is Cyan = 0, Magento = 0.02, Yellow = 0.18 and Black (K on CMYK) = 0.6.

Color convert

RGB10210084-
CMYK00.020.180.6
HSL53.33º9.68%36.47%-
HSV(B)53.33º17.65%40%-
XYZ11.6412.5810.2-
YUV98.77119.66130.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.66%
GREEN value IS 100 (39.45% from 255) = 34.97%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=35.66%
G=34.97%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.18
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal1021008400.020.180.653.339.6836.47
Hex66645402123C35a24
Octal146144124022274651244
Binary110011011001001010100010100101111001101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666454; }

 p { color: rgb(102,100,84); }

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

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

 a { background-color: rgb(102,100,84); }

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

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

 span { border-color: rgb(102,100,84); }

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