Html Css Color HEX #63625F Storm Dust

📋 copy color: '#63625F'

red 99 ◦ green 98 ◦ blue 95

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

Shades of Storm Dust #63625F

Tints of Storm Dust #63625F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 32.53%

R = 33.9%
G = 33.56%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.04

 K value IS 0.61

RGB Variations

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

Color information

#63625F (or 0x63625F) is known color: Storm Dust. HEX triplet: 63, 62 and 5F. RGB value is (99,98,95). Sum of RGB (Red+Green+Blue) = 99+98+95=292 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.90% from 292); Green value is 98 (38.67% from 255 or 33.56% from 292); Blue value is 95 (37.5% from 255 or 32.53% from 292); Max value from RGB is 99 - color contains mainly: red. Hex color #63625F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63625F is #9C9DA0. Grayscale: #616161. Windows color (decimal): -10263969 or 6251107. OLE color: 6251107.

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

Color convert

RGB 99 98 95 -
CMYK 0 0.01 0.04 0.61
HSL 45º 0.02% 0.38% -
HSV(B) 45º 0.04% 0.39% -
XYZ 11.58 12.21 12.57 -
YUV 97.96 126.33 128.74 -
System Red Green Blue C M Y K H S L
Decimal 99 98 95 0 0.01 0.04 0.61 45 0.02 0.38
Hex 63 62 5F 0 1 4 3D 2D 2 26
Octal 143 142 137 0 1 4 75 55 2 46
Binary 1100011 1100010 1011111 0 1 100 111101 101101 10 100110

Color Harmonies of #63625F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63625F

Black with #63625F

Text Example


Text Example

White with #63625F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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