Html Css Color HEX #615F57 Storm Dust

📋 copy color: '#615F57'

red 97 ◦ green 95 ◦ blue 87

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

Shades of Storm Dust #615F57

Tints of Storm Dust #615F57

RGB

 RED value IS 97 (38.28% from 255) = 34.77%

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

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

R = 34.77%
G = 34.05%
B = 31.18%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.62

RGB Variations

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

Color information

#615F57 (or 0x615F57) is known color: Storm Dust. HEX triplet: 61, 5F and 57. RGB value is (97,95,87). Sum of RGB (Red+Green+Blue) = 97+95+87=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 95 (37.5% from 255 or 34.05% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 97 - color contains mainly: red. Hex color #615F57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F57 is #9EA0A8. Grayscale: #5E5E5E. Windows color (decimal): -10395817 or 5726049. OLE color: 5726049.

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

Color convert

RGB 97 95 87 -
CMYK 0 0.02 0.10 0.62
HSL 48º 0.05% 0.36% -
HSV(B) 48º 0.1% 0.38% -
XYZ 10.74 11.41 10.65 -
YUV 94.69 123.66 129.65 -
System Red Green Blue C M Y K H S L
Decimal 97 95 87 0 0.02 0.10 0.62 48 0.05 0.36
Hex 61 5F 57 0 2 A 3E 30 5 24
Octal 141 137 127 0 2 12 76 60 5 44
Binary 1100001 1011111 1010111 0 10 1010 111110 110000 101 100100

Color Harmonies of #615F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F57

Black with #615F57

Text Example


Text Example

White with #615F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #615F57; }

 p { color: rgb(97,95,87); }

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

background-color css

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

 a { background-color: rgb(97,95,87); }

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

border-color css

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

 span { border-color: rgb(97,95,87); }

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