Html Css Color HEX #606059 Storm Dust

📋 copy color: '#606059'

red 96 ◦ green 96 ◦ blue 89

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

Shades of Storm Dust #606059

Tints of Storm Dust #606059

RGB

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

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

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

R = 34.16%
G = 34.16%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#606059 (or 0x606059) is known color: Storm Dust. HEX triplet: 60, 60 and 59. RGB value is (96,96,89). Sum of RGB (Red+Green+Blue) = 96+96+89=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 96 - color contains mainly: red, green. Hex color #606059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #606059 is #9F9FA6. Grayscale: #5F5F5F. Windows color (decimal): -10461095 or 5857376. OLE color: 5857376.

HSL color Cylindrical-coordinate representation of color #606059: hue angle of 60º 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 #606059 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 96 96 89 -
CMYK 0 0 0.07 0.62
HSL 60º 0.04% 0.36% -
HSV(B) 60º 0.07% 0.38% -
XYZ 10.81 11.57 11.12 -
YUV 95.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 96 96 89 0 0 0.07 0.62 60 0.04 0.36
Hex 60 60 59 0 0 7 3E 3C 4 24
Octal 140 140 131 0 0 7 76 74 4 44
Binary 1100000 1100000 1011001 0 0 111 111110 111100 100 100100

Color Harmonies of #606059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #606059

Black with #606059

Text Example


Text Example

White with #606059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #606059; }

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

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

background-color css

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

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

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

border-color css

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

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

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