Html Css Color HEX #656461 Storm Dust

📋 copy color: '#656461'

red 101 ◦ green 100 ◦ blue 97

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

Shades of Storm Dust #656461

Tints of Storm Dust #656461

RGB

 RED value IS 101 (39.84% from 255) = 33.89%

 GREEN value IS 100 (39.45% from 255) = 33.56%

 BLUE value IS 97 (38.28% from 255) = 32.55%

R = 33.89%
G = 33.56%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.60

RGB Variations

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

Color information

#656461 (or 0x656461) is known color: Storm Dust. HEX triplet: 65, 64 and 61. RGB value is (101,100,97). Sum of RGB (Red+Green+Blue) = 101+100+97=298 (39% of max value = 765). Red value is 101 (39.84% from 255 or 33.89% from 298); Green value is 100 (39.45% from 255 or 33.56% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 101 - color contains mainly: red. Hex color #656461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656461 is #9A9B9E. Grayscale: #636363. Windows color (decimal): -10132383 or 6382693. OLE color: 6382693.

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

Color convert

RGB 101 100 97 -
CMYK 0 0.01 0.04 0.60
HSL 45º 0.02% 0.39% -
HSV(B) 45º 0.04% 0.4% -
XYZ 12.08 12.74 13.13 -
YUV 99.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 101 100 97 0 0.01 0.04 0.60 45 0.02 0.39
Hex 65 64 61 0 1 4 3C 2D 2 27
Octal 145 144 141 0 1 4 74 55 2 47
Binary 1100101 1100100 1100001 0 1 100 111100 101101 10 100111

Color Harmonies of #656461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #656461

Black with #656461

Text Example


Text Example

White with #656461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #656461; }

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

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

background-color css

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

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

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

border-color css

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

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

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