Html Css Color HEX #605E59 Storm Dust

📋 copy color: '#605E59'

red 96 ◦ green 94 ◦ blue 89

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

Shades of Storm Dust #605E59

Tints of Storm Dust #605E59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.9%

R = 34.41%
G = 33.69%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#605E59 (or 0x605E59) is known color: Storm Dust. HEX triplet: 60, 5E and 59. RGB value is (96,94,89). Sum of RGB (Red+Green+Blue) = 96+94+89=279 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.41% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 96 - color contains mainly: red. Hex color #605E59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605E59 is #9FA1A6. Grayscale: #5E5E5E. Windows color (decimal): -10461607 or 5856864. OLE color: 5856864.

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

Color convert

RGB 96 94 89 -
CMYK 0 0.02 0.07 0.62
HSL 42.86º 0.04% 0.36% -
HSV(B) 42.86º 0.07% 0.38% -
XYZ 10.63 11.21 11.06 -
YUV 94.03 125.16 129.41 -
System Red Green Blue C M Y K H S L
Decimal 96 94 89 0 0.02 0.07 0.62 42.86 0.04 0.36
Hex 60 5E 59 0 2 7 3E 2B 4 24
Octal 140 136 131 0 2 7 76 53 4 44
Binary 1100000 1011110 1011001 0 10 111 111110 101011 100 100100

Color Harmonies of #605E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605E59

Black with #605E59

Text Example


Text Example

White with #605E59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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