Html Css Color HEX #646255 Storm Dust

📋 copy color: '#646255'

red 100 ◦ green 98 ◦ blue 85

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

Shades of Storm Dust #646255

Tints of Storm Dust #646255

RGB

 RED value IS 100 (39.45% from 255) = 35.34%

 GREEN value IS 98 (38.67% from 255) = 34.63%

 BLUE value IS 85 (33.59% from 255) = 30.04%

R = 35.34%
G = 34.63%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.61

RGB Variations

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

Color information

#646255 (or 0x646255) is known color: Storm Dust. HEX triplet: 64, 62 and 55. RGB value is (100,98,85). Sum of RGB (Red+Green+Blue) = 100+98+85=283 (37% of max value = 765). Red value is 100 (39.45% from 255 or 35.34% from 283); Green value is 98 (38.67% from 255 or 34.63% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 100 - color contains mainly: red. Hex color #646255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646255 is #9B9DAA. Grayscale: #616161. Windows color (decimal): -10198443 or 5595748. OLE color: 5595748.

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

Color convert

RGB 100 98 85 -
CMYK 0 0.02 0.15 0.61
HSL 52º 0.08% 0.36% -
HSV(B) 52º 0.15% 0.39% -
XYZ 11.26 12.1 10.34 -
YUV 97.12 121.16 130.06 -
System Red Green Blue C M Y K H S L
Decimal 100 98 85 0 0.02 0.15 0.61 52 0.08 0.36
Hex 64 62 55 0 2 F 3D 34 8 24
Octal 144 142 125 0 2 17 75 64 10 44
Binary 1100100 1100010 1010101 0 10 1111 111101 110100 1000 100100

Color Harmonies of #646255

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #646255

Black with #646255

Text Example


Text Example

White with #646255

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #646255; }

 p { color: rgb(100,98,85); }

 H1.HeaderClassName
 {
   color: #646255;
 }
 .AnyTagClassName
 {
   color: #646255;
 }
</style>

background-color css

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

 a { background-color: rgb(100,98,85); }

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

border-color css

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

 span { border-color: rgb(100,98,85); }

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