Html Css Color HEX #636052 Storm Dust

📋 copy color: '#636052'

red 99 ◦ green 96 ◦ blue 82

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

Shades of Storm Dust #636052

Tints of Storm Dust #636052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 29.6%

R = 35.74%
G = 34.66%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#636052 (or 0x636052) is known color: Storm Dust. HEX triplet: 63, 60 and 52. RGB value is (99,96,82). Sum of RGB (Red+Green+Blue) = 99+96+82=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 96 (37.89% from 255 or 34.66% from 277); Blue value is 82 (32.42% from 255 or 29.60% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #636052 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #636052 is #9C9FAD. Grayscale: #5F5F5F. Windows color (decimal): -10264494 or 5398627. OLE color: 5398627.

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

Color convert

RGB 99 96 82 -
CMYK 0 0.03 0.17 0.61
HSL 49.41º 0.09% 0.35% -
HSV(B) 49.41º 0.17% 0.39% -
XYZ 10.85 11.63 9.66 -
YUV 95.3 120.49 130.64 -
System Red Green Blue C M Y K H S L
Decimal 99 96 82 0 0.03 0.17 0.61 49.41 0.09 0.35
Hex 63 60 52 0 3 11 3D 31 9 23
Octal 143 140 122 0 3 21 75 61 11 43
Binary 1100011 1100000 1010010 0 11 10001 111101 110001 1001 100011

Color Harmonies of #636052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #636052

Black with #636052

Text Example


Text Example

White with #636052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #636052; }

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

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

background-color css

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

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

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

border-color css

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

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

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