Html Css Color HEX #63635E Storm Dust

📋 copy color: '#63635E'

red 99 ◦ green 99 ◦ blue 94

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

Shades of Storm Dust #63635E

Tints of Storm Dust #63635E

RGB

 RED value IS 99 (39.06% from 255) = 33.9%

 GREEN value IS 99 (39.06% from 255) = 33.9%

 BLUE value IS 94 (37.11% from 255) = 32.19%

R = 33.9%
G = 33.9%
B = 32.19%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#63635E (or 0x63635E) is known color: Storm Dust. HEX triplet: 63, 63 and 5E. RGB value is (99,99,94). Sum of RGB (Red+Green+Blue) = 99+99+94=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 99 (39.06% from 255 or 33.90% from 292); Blue value is 94 (37.11% from 255 or 32.19% from 292); Max value from RGB is 99 - color contains mainly: red, green. Hex color #63635E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63635E is #9C9CA1. Grayscale: #626262. Windows color (decimal): -10263714 or 6185827. OLE color: 6185827.

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

Color convert

RGB 99 99 94 -
CMYK 0 0 0.05 0.61
HSL 60º 0.03% 0.38% -
HSV(B) 60º 0.05% 0.39% -
XYZ 11.63 12.38 12.37 -
YUV 98.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 99 99 94 0 0 0.05 0.61 60 0.03 0.38
Hex 63 63 5E 0 0 5 3D 3C 3 26
Octal 143 143 136 0 0 5 75 74 3 46
Binary 1100011 1100011 1011110 0 0 101 111101 111100 11 100110

Color Harmonies of #63635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63635E

Black with #63635E

Text Example


Text Example

White with #63635E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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