Html Css Color HEX #63615C Storm Dust

📋 copy color: '#63615C'

red 99 ◦ green 97 ◦ blue 92

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

Shades of Storm Dust #63615C

Tints of Storm Dust #63615C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 31.94%

R = 34.38%
G = 33.68%
B = 31.94%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#63615C (or 0x63615C) is known color: Storm Dust. HEX triplet: 63, 61 and 5C. RGB value is (99,97,92). Sum of RGB (Red+Green+Blue) = 99+97+92=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 92 (36.33% from 255 or 31.94% from 288); Max value from RGB is 99 - color contains mainly: red. Hex color #63615C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63615C is #9C9EA3. Grayscale: #616161. Windows color (decimal): -10264228 or 6054243. OLE color: 6054243.

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

Color convert

RGB 99 97 92 -
CMYK 0 0.02 0.07 0.61
HSL 42.86º 0.04% 0.37% -
HSV(B) 42.86º 0.07% 0.39% -
XYZ 11.35 11.97 11.84 -
YUV 97.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 99 97 92 0 0.02 0.07 0.61 42.86 0.04 0.37
Hex 63 61 5C 0 2 7 3D 2B 4 25
Octal 143 141 134 0 2 7 75 53 4 45
Binary 1100011 1100001 1011100 0 10 111 111101 101011 100 100101

Color Harmonies of #63615C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #63615C

Black with #63615C

Text Example


Text Example

White with #63615C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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