Html Css Color HEX #636055 Storm Dust

📋 copy color: '#636055'

red 99 ◦ green 96 ◦ blue 85

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

Shades of Storm Dust #636055

Tints of Storm Dust #636055

RGB

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

 GREEN value IS 96 (37.89% from 255) = 34.29%

 BLUE value IS 85 (33.59% from 255) = 30.36%

R = 35.36%
G = 34.29%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.61

RGB Variations

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

Color information

#636055 (or 0x636055) is known color: Storm Dust. HEX triplet: 63, 60 and 55. RGB value is (99,96,85). Sum of RGB (Red+Green+Blue) = 99+96+85=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 96 (37.89% from 255 or 34.29% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #636055 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636055 is #9C9FAA. Grayscale: #5F5F5F. Windows color (decimal): -10264491 or 5595235. OLE color: 5595235.

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

Color convert

RGB 99 96 85 -
CMYK 0 0.03 0.14 0.61
HSL 47.14º 0.08% 0.36% -
HSV(B) 47.14º 0.14% 0.39% -
XYZ 10.97 11.67 10.27 -
YUV 95.64 121.99 130.39 -
System Red Green Blue C M Y K H S L
Decimal 99 96 85 0 0.03 0.14 0.61 47.14 0.08 0.36
Hex 63 60 55 0 3 E 3D 2F 8 24
Octal 143 140 125 0 3 16 75 57 10 44
Binary 1100011 1100000 1010101 0 11 1110 111101 101111 1000 100100

Color Harmonies of #636055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636055

Black with #636055

Text Example


Text Example

White with #636055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636055; }

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

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

background-color css

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

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

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

border-color css

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

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

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