#65625A

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

Shades of Storm Dust #65625A

Tints of Storm Dust #65625A

Color information

#65625A (or 0x65625A) is unknown color: approx Storm Dust. HEX triplet: 65, 62 and 5A. RGB value is (101,98,90). Sum of RGB (Red+Green+Blue) = 101+98+90=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 98 (38.67% from 255 or 33.91% from 289); Blue value is 90 (35.55% from 255 or 31.14% from 289); Max value from RGB is 101 - color contains mainly: red. Hex color #65625A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65625A is #9A9DA5. Grayscale: #626262. Windows color (decimal): -10132902 or 5923429. OLE color: 5923429.

HSL color Cylindrical-coordinate representation of color #65625A: hue angle of 43.64º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #65625A is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.60.

Color convert

RGB1019890-
CMYK00.030.110.60
HSL43.64º5.76%37.45%-
HSV(B)43.64º10.89%39.61%-
XYZ11.5812.2411.43-
YUV97.98123.49130.15-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 34.95%
GREEN value IS 98 (38.67% from 255) = 33.91%
BLUE value IS 90 (35.55% from 255) = 31.14%
R=34.95%
G=33.91%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101989000.030.110.6043.645.7637.45
Hex65625A03B3C2c625
Octal14514213203137454645
Binary1100101110001010110100111011111100101100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65625A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65625A; }

 p { color: rgb(101,98,90); }

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

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

 a { background-color: rgb(101,98,90); }

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

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

 span { border-color: rgb(101,98,90); }

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