Html Css Color HEX #63635D Storm Dust

📋 copy color: '#63635D'

red 99 ◦ green 99 ◦ blue 93

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

Shades of Storm Dust #63635D

Tints of Storm Dust #63635D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.96%

R = 34.02%
G = 34.02%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63635D (or 0x63635D) is known color: Storm Dust. HEX triplet: 63, 63 and 5D. RGB value is (99,99,93). Sum of RGB (Red+Green+Blue) = 99+99+93=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 99 (39.06% from 255 or 34.02% from 291); Blue value is 93 (36.72% from 255 or 31.96% from 291); Max value from RGB is 99 - color contains mainly: red, green. Hex color #63635D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63635D is #9C9CA2. Grayscale: #626262. Windows color (decimal): -10263715 or 6120291. OLE color: 6120291.

HSL color Cylindrical-coordinate representation of color #63635D: 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.06%. Process color model (Four color, CMYK) of #63635D is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 99 93 -
CMYK 0 0 0.06 0.61
HSL 60º 0.03% 0.38% -
HSV(B) 60º 0.06% 0.39% -
XYZ 11.58 12.37 12.13 -
YUV 98.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 99 99 93 0 0 0.06 0.61 60 0.03 0.38
Hex 63 63 5D 0 0 6 3D 3C 3 26
Octal 143 143 135 0 0 6 75 74 3 46
Binary 1100011 1100011 1011101 0 0 110 111101 111100 11 100110

Color Harmonies of #63635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63635D

Black with #63635D

Text Example


Text Example

White with #63635D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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