#626155

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

Shades of Storm Dust #626155

Tints of Storm Dust #626155

Color information

#626155 (or 0x626155) is unknown color: approx Storm Dust. HEX triplet: 62, 61 and 55. RGB value is (98,97,85). Sum of RGB (Red+Green+Blue) = 98+97+85=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 97 (38.28% from 255 or 34.64% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 98 - color contains mainly: red. Hex color #626155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626155 is #9D9EAA. Grayscale: #5F5F5F. Windows color (decimal): -10329771 or 5595490. OLE color: 5595490.

HSL color Cylindrical-coordinate representation of color #626155: hue angle of 55.38º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #626155 is Cyan = 0, Magento = 0.01, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB989785-
CMYK00.010.130.62
HSL55.38º7.1%35.88%-
HSV(B)55.38º13.27%38.43%-
XYZ10.9511.810.3-
YUV95.93121.83129.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35%
GREEN value IS 97 (38.28% from 255) = 34.64%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=35%
G=34.64%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98978500.010.130.6255.387.135.88
Hex62615501D3E37724
Octal14214112501157667744
Binary110001011000011010101011101111110110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #626155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #626155; }

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

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

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

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

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

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

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

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