Html Css Color HEX #63615B Storm Dust

📋 copy color: '#63615B'

red 99 ◦ green 97 ◦ blue 91

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

Shades of Storm Dust #63615B

Tints of Storm Dust #63615B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.8%

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

R = 34.49%
G = 33.8%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.08

 K value IS 0.61

RGB Variations

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

Color information

#63615B (or 0x63615B) is known color: Storm Dust. HEX triplet: 63, 61 and 5B. RGB value is (99,97,91). Sum of RGB (Red+Green+Blue) = 99+97+91=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 97 (38.28% from 255 or 33.80% from 287); Blue value is 91 (35.94% from 255 or 31.71% from 287); Max value from RGB is 99 - color contains mainly: red. Hex color #63615B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63615B is #9C9EA4. Grayscale: #606060. Windows color (decimal): -10264229 or 5988707. OLE color: 5988707.

HSL color Cylindrical-coordinate representation of color #63615B: hue angle of 45º 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 #63615B is Cyan = 0, Magento = 0.02, Yellow = 0.08 and Black (K on CMYK) = 0.61.

Color convert

RGB 99 97 91 -
CMYK 0 0.02 0.08 0.61
HSL 45º 0.04% 0.37% -
HSV(B) 45º 0.08% 0.39% -
XYZ 11.31 11.96 11.61 -
YUV 96.91 124.66 129.49 -
System Red Green Blue C M Y K H S L
Decimal 99 97 91 0 0.02 0.08 0.61 45 0.04 0.37
Hex 63 61 5B 0 2 8 3D 2D 4 25
Octal 143 141 133 0 2 10 75 55 4 45
Binary 1100011 1100001 1011011 0 10 1000 111101 101101 100 100101

Color Harmonies of #63615B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63615B

Black with #63615B

Text Example


Text Example

White with #63615B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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