Html Css Color HEX #63625B Storm Dust

📋 copy color: '#63625B'

red 99 ◦ green 98 ◦ blue 91

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

Shades of Storm Dust #63625B

Tints of Storm Dust #63625B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.6%

R = 34.38%
G = 34.03%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63625B (or 0x63625B) is known color: Storm Dust. HEX triplet: 63, 62 and 5B. RGB value is (99,98,91). Sum of RGB (Red+Green+Blue) = 99+98+91=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 98 (38.67% from 255 or 34.03% from 288); Blue value is 91 (35.94% from 255 or 31.60% from 288); Max value from RGB is 99 - color contains mainly: red. Hex color #63625B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63625B is #9C9DA4. Grayscale: #616161. Windows color (decimal): -10263973 or 5988963. OLE color: 5988963.

HSL color Cylindrical-coordinate representation of color #63625B: hue angle of 52.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #63625B is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 98 91 -
CMYK 0 0.01 0.08 0.61
HSL 52.5º 0.04% 0.37% -
HSV(B) 52.5º 0.08% 0.39% -
XYZ 11.4 12.14 11.64 -
YUV 97.5 124.33 129.07 -
System Red Green Blue C M Y K H S L
Decimal 99 98 91 0 0.01 0.08 0.61 52.5 0.04 0.37
Hex 63 62 5B 0 1 8 3D 34 4 25
Octal 143 142 133 0 1 10 75 64 4 45
Binary 1100011 1100010 1011011 0 1 1000 111101 110100 100 100101

Color Harmonies of #63625B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63625B

Black with #63625B

Text Example


Text Example

White with #63625B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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