Html Css Color HEX #63625D Storm Dust

📋 copy color: '#63625D'

red 99 ◦ green 98 ◦ blue 93

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

Shades of Storm Dust #63625D

Tints of Storm Dust #63625D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 33.79%

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

R = 34.14%
G = 33.79%
B = 32.07%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#63625D (or 0x63625D) is known color: Storm Dust. HEX triplet: 63, 62 and 5D. RGB value is (99,98,93). Sum of RGB (Red+Green+Blue) = 99+98+93=290 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.14% from 290); Green value is 98 (38.67% from 255 or 33.79% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 99 - color contains mainly: red. Hex color #63625D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63625D is #9C9DA2. Grayscale: #616161. Windows color (decimal): -10263971 or 6120035. OLE color: 6120035.

HSL color Cylindrical-coordinate representation of color #63625D: hue angle of 50º 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 #63625D is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 98 93 -
CMYK 0 0.01 0.06 0.61
HSL 50º 0.03% 0.38% -
HSV(B) 50º 0.06% 0.39% -
XYZ 11.49 12.18 12.1 -
YUV 97.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 99 98 93 0 0.01 0.06 0.61 50 0.03 0.38
Hex 63 62 5D 0 1 6 3D 32 3 26
Octal 143 142 135 0 1 6 75 62 3 46
Binary 1100011 1100010 1011101 0 1 110 111101 110010 11 100110

Color Harmonies of #63625D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63625D

Black with #63625D

Text Example


Text Example

White with #63625D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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