Html Css Color HEX #646053 Storm Dust

📋 copy color: '#646053'

red 100 ◦ green 96 ◦ blue 83

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

Shades of Storm Dust #646053

Tints of Storm Dust #646053

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

 M value IS 0.04

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

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

RGB 100 96 83 -
CMYK 0 0.04 0.17 0.61
HSL 45.88º 0.09% 0.36% -
HSV(B) 45.88º 0.17% 0.39% -
XYZ 11 11.7 9.86 -
YUV 95.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 100 96 83 0 0.04 0.17 0.61 45.88 0.09 0.36
Hex 64 60 53 0 4 11 3D 2E 9 24
Octal 144 140 123 0 4 21 75 56 11 44
Binary 1100100 1100000 1010011 0 100 10001 111101 101110 1001 100100

Color Harmonies of #646053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646053

Black with #646053

Text Example


Text Example

White with #646053

Text Example


Text Example

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