#646053

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

Shades of Storm Dust #646053

Tints of Storm Dust #646053

Color information

#646053 (or 0x646053) is unknown color: approx Storm Dust. HEX triplet: 64, 60 and 53. RGB value is (100,96,83). Sum of RGB (Red+Green+Blue) = 100+96+83=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 96 (37.89% from 255 or 34.41% from 279); Blue value is 83 (32.81% from 255 or 29.75% from 279); Max value from RGB is 100 - color contains mainly: red. Hex color #646053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646053 is #9B9FAC. Grayscale: #5F5F5F. Windows color (decimal): -10198957 or 5464164. OLE color: 5464164.

HSL color Cylindrical-coordinate representation of color #646053: hue angle of 45.88º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #646053 is Cyan = 0, Magento = 0.04, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB1009683-
CMYK00.040.170.61
HSL45.88º9.29%35.88%-
HSV(B)45.88º17%39.22%-
XYZ1111.79.86-
YUV95.71120.83131.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 96 (37.89% from 255) = 34.41%
BLUE value IS 83 (32.81% from 255) = 29.75%
R=35.84%
G=34.41%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.17
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100968300.040.170.6145.889.2935.88
Hex64605304113D2e924
Octal144140123042175561144
Binary1100100110000010100110100100011111011011101001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646053; }

 p { color: rgb(100,96,83); }

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

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

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

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

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

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

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