Html Css Color HEX #605F5D Storm Dust

📋 copy color: '#605F5D'

red 96 ◦ green 95 ◦ blue 93

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

Shades of Storm Dust #605F5D

Tints of Storm Dust #605F5D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.45%

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 33.8%
G = 33.45%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#605F5D (or 0x605F5D) is known color: Storm Dust. HEX triplet: 60, 5F and 5D. RGB value is (96,95,93). Sum of RGB (Red+Green+Blue) = 96+95+93=284 (37% of max value = 765). Red value is 96 (37.89% from 255 or 33.80% from 284); Green value is 95 (37.5% from 255 or 33.45% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 96 - color contains mainly: red. Hex color #605F5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605F5D is #9FA0A2. Grayscale: #5F5F5F. Windows color (decimal): -10461347 or 6119264. OLE color: 6119264.

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

Color convert

RGB 96 95 93 -
CMYK 0 0.01 0.03 0.62
HSL 40º 0.02% 0.37% -
HSV(B) 40º 0.03% 0.38% -
XYZ 10.89 11.46 11.99 -
YUV 95.07 126.83 128.66 -
System Red Green Blue C M Y K H S L
Decimal 96 95 93 0 0.01 0.03 0.62 40 0.02 0.37
Hex 60 5F 5D 0 1 3 3E 28 2 25
Octal 140 137 135 0 1 3 76 50 2 45
Binary 1100000 1011111 1011101 0 1 11 111110 101000 10 100101

Color Harmonies of #605F5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605F5D

Black with #605F5D

Text Example


Text Example

White with #605F5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,95,93); }

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

background-color css

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

 a { background-color: rgb(96,95,93); }

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

border-color css

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

 span { border-color: rgb(96,95,93); }

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