Html Css Color HEX #636053 Storm Dust

📋 copy color: '#636053'

red 99 ◦ green 96 ◦ blue 83

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

Shades of Storm Dust #636053

Tints of Storm Dust #636053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.86%

R = 35.61%
G = 34.53%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.16

 K value IS 0.61

RGB Variations

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

Color information

#636053 (or 0x636053) is known color: Storm Dust. HEX triplet: 63, 60 and 53. RGB value is (99,96,83). Sum of RGB (Red+Green+Blue) = 99+96+83=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 96 (37.89% from 255 or 34.53% from 278); Blue value is 83 (32.81% from 255 or 29.86% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #636053 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636053 is #9C9FAC. Grayscale: #5F5F5F. Windows color (decimal): -10264493 or 5464163. OLE color: 5464163.

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

Color convert

RGB 99 96 83 -
CMYK 0 0.03 0.16 0.61
HSL 48.75º 0.09% 0.36% -
HSV(B) 48.75º 0.16% 0.39% -
XYZ 10.89 11.64 9.86 -
YUV 95.42 120.99 130.56 -
System Red Green Blue C M Y K H S L
Decimal 99 96 83 0 0.03 0.16 0.61 48.75 0.09 0.36
Hex 63 60 53 0 3 10 3D 31 9 24
Octal 143 140 123 0 3 20 75 61 11 44
Binary 1100011 1100000 1010011 0 11 10000 111101 110001 1001 100100

Color Harmonies of #636053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636053

Black with #636053

Text Example


Text Example

White with #636053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636053; }

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

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

background-color css

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

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

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

border-color css

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

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

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