#63635A

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

Shades of Storm Dust #63635A

Tints of Storm Dust #63635A

Color information

#63635A (or 0x63635A) is unknown color: approx Storm Dust. HEX triplet: 63, 63 and 5A. RGB value is (99,99,90). Sum of RGB (Red+Green+Blue) = 99+99+90=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 99 (39.06% from 255 or 34.38% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 99 - color contains mainly: red, green. Hex color #63635A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63635A is #9C9CA5. Grayscale: #626262. Windows color (decimal): -10263718 or 5923683. OLE color: 5923683.

HSL color Cylindrical-coordinate representation of color #63635A: hue angle of 60º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #63635A is Cyan = 0, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.61.

Color convert

RGB999990-
CMYK000.090.61
HSL60º4.76%37.06%-
HSV(B)60º9.09%38.82%-
XYZ11.4512.3111.45-
YUV97.97123.5128.73-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.38%
GREEN value IS 99 (39.06% from 255) = 34.38%
BLUE value IS 90 (35.55% from 255) = 31.25%
R=34.38%
G=34.38%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal999990000.090.61604.7637.06
Hex63635A0093D3c525
Octal14314313200117574545
Binary110001111000111011010001001111101111100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63635A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,99,90); }

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

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

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

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

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

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

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