Html Css Color HEX #636360 Storm Dust

📋 copy color: '#636360'

red 99 ◦ green 99 ◦ blue 96

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

Shades of Storm Dust #636360

Tints of Storm Dust #636360

RGB

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

 GREEN value IS 99 (39.06% from 255) = 33.67%

 BLUE value IS 96 (37.89% from 255) = 32.65%

R = 33.67%
G = 33.67%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.61

RGB Variations

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

Color information

#636360 (or 0x636360) is known color: Storm Dust. HEX triplet: 63, 63 and 60. RGB value is (99,99,96). Sum of RGB (Red+Green+Blue) = 99+99+96=294 (38% of max value = 765). Red value is 99 (39.06% from 255 or 33.67% from 294); Green value is 99 (39.06% from 255 or 33.67% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 99 - color contains mainly: red, green. Hex color #636360 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636360 is #9C9C9F. Grayscale: #626262. Windows color (decimal): -10263712 or 6316899. OLE color: 6316899.

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

Color convert

RGB 99 99 96 -
CMYK 0 0 0.03 0.61
HSL 60º 0.02% 0.38% -
HSV(B) 60º 0.03% 0.39% -
XYZ 11.72 12.42 12.85 -
YUV 98.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 99 99 96 0 0 0.03 0.61 60 0.02 0.38
Hex 63 63 60 0 0 3 3D 3C 2 26
Octal 143 143 140 0 0 3 75 74 2 46
Binary 1100011 1100011 1100000 0 0 11 111101 111100 10 100110

Color Harmonies of #636360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636360

Black with #636360

Text Example


Text Example

White with #636360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636360; }

 p { color: rgb(99,99,96); }

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

background-color css

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

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

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

border-color css

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

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

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