#646361

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

Shades of Storm Dust #646361

Tints of Storm Dust #646361

Color information

#646361 (or 0x646361) is unknown color: approx Storm Dust. HEX triplet: 64, 63 and 61. RGB value is (100,99,97). Sum of RGB (Red+Green+Blue) = 100+99+97=296 (39% of max value = 765). Red value is 100 (39.45% from 255 or 33.78% from 296); Green value is 99 (39.06% from 255 or 33.45% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 100 - color contains mainly: red. Hex color #646361 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646361 is #9B9C9E. Grayscale: #636363. Windows color (decimal): -10198175 or 6382436. OLE color: 6382436.

HSL color Cylindrical-coordinate representation of color #646361: hue angle of 40º degrees, saturation: 0.02, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #646361 is Cyan = 0, Magento = 0.01, Yellow = 0.03 and Black (K on CMYK) = 0.61.

Color convert

RGB1009997-
CMYK00.010.030.61
HSL40º1.52%38.63%-
HSV(B)40º3%39.22%-
XYZ11.8812.513.1-
YUV99.07126.83128.66-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 33.78%
GREEN value IS 99 (39.06% from 255) = 33.45%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=33.78%
G=33.45%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100999700.010.030.61401.5238.63
Hex6463610133D28227
Octal1441431410137550247
Binary110010011000111100001011111110110100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646361; }

 p { color: rgb(100,99,97); }

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

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

 a { background-color: rgb(100,99,97); }

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

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

 span { border-color: rgb(100,99,97); }

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