Html Css Color HEX #646361 Storm Dust

📋 copy color: '#646361'

red 100 ◦ green 99 ◦ blue 97

#646361
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Storm Dust #646361

Tints of Storm Dust #646361

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 value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#646361 (or 0x646361) is known color: 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

RGB 100 99 97 -
CMYK 0 0.01 0.03 0.61
HSL 40º 0.02% 0.39% -
HSV(B) 40º 0.03% 0.39% -
XYZ 11.88 12.5 13.1 -
YUV 99.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 100 99 97 0 0.01 0.03 0.61 40 0.02 0.39
Hex 64 63 61 0 1 3 3D 28 2 27
Octal 144 143 141 0 1 3 75 50 2 47
Binary 1100100 1100011 1100001 0 1 11 111101 101000 10 100111

Color Harmonies of #646361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646361

Black with #646361

Text Example


Text Example

White with #646361

Text Example


Text Example

HTML Codes & Css Web 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>