Html Css Color HEX #605E57 Storm Dust

📋 copy color: '#605E57'

red 96 ◦ green 94 ◦ blue 87

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

Shades of Storm Dust #605E57

Tints of Storm Dust #605E57

RGB

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

 GREEN value IS 94 (37.11% from 255) = 33.94%

 BLUE value IS 87 (34.38% from 255) = 31.41%

R = 34.66%
G = 33.94%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#605E57 (or 0x605E57) is known color: Storm Dust. HEX triplet: 60, 5E and 57. RGB value is (96,94,87). Sum of RGB (Red+Green+Blue) = 96+94+87=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 96 - color contains mainly: red. Hex color #605E57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E57 is #9FA1A8. Grayscale: #5D5D5D. Windows color (decimal): -10461609 or 5725792. OLE color: 5725792.

HSL color Cylindrical-coordinate representation of color #605E57: hue angle of 46.67º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #605E57 is Cyan = 0, Magento = 0.02, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 94 87 -
CMYK 0 0.02 0.09 0.62
HSL 46.67º 0.05% 0.36% -
HSV(B) 46.67º 0.09% 0.38% -
XYZ 10.55 11.18 10.62 -
YUV 93.8 124.16 129.57 -
System Red Green Blue C M Y K H S L
Decimal 96 94 87 0 0.02 0.09 0.62 46.67 0.05 0.36
Hex 60 5E 57 0 2 9 3E 2F 5 24
Octal 140 136 127 0 2 11 76 57 5 44
Binary 1100000 1011110 1010111 0 10 1001 111110 101111 101 100100

Color Harmonies of #605E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E57

Black with #605E57

Text Example


Text Example

White with #605E57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605E57; }

 p { color: rgb(96,94,87); }

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

background-color css

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

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

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

border-color css

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

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

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