#656156

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

Shades of Storm Dust #656156

Tints of Storm Dust #656156

Color information

#656156 (or 0x656156) is unknown color: approx Storm Dust. HEX triplet: 65, 61 and 56. RGB value is (101,97,86). Sum of RGB (Red+Green+Blue) = 101+97+86=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 86 (33.98% from 255 or 30.28% from 284); Max value from RGB is 101 - color contains mainly: red. Hex color #656156 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #656156 is #9A9EA9. Grayscale: #606060. Windows color (decimal): -10133162 or 5661029. OLE color: 5661029.

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

Color convert

RGB1019786-
CMYK00.040.150.60
HSL44º8.02%36.67%-
HSV(B)44º14.85%39.61%-
XYZ11.3211.9910.52-
YUV96.94121.83130.89-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 35.56%
GREEN value IS 97 (38.28% from 255) = 34.15%
BLUE value IS 86 (33.98% from 255) = 30.28%
R=35.56%
G=34.15%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101978600.040.150.60448.0236.67
Hex65615604F3C2c825
Octal145141126041774541045
Binary110010111000011010110010011111111001011001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #656156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #656156; }

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

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

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

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

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

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

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

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