Html Css Color HEX #615F54 Storm Dust

📋 copy color: '#615F54'

red 97 ◦ green 95 ◦ blue 84

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

Shades of Storm Dust #615F54

Tints of Storm Dust #615F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 30.43%

R = 35.14%
G = 34.42%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.13

 K value IS 0.62

RGB Variations

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

Color information

#615F54 (or 0x615F54) is known color: Storm Dust. HEX triplet: 61, 5F and 54. RGB value is (97,95,84). Sum of RGB (Red+Green+Blue) = 97+95+84=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 95 (37.5% from 255 or 34.42% from 276); Blue value is 84 (33.20% from 255 or 30.43% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #615F54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615F54 is #9EA0AB. Grayscale: #5E5E5E. Windows color (decimal): -10395820 or 5529441. OLE color: 5529441.

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

Color convert

RGB 97 95 84 -
CMYK 0 0.02 0.13 0.62
HSL 50.77º 0.07% 0.35% -
HSV(B) 50.77º 0.13% 0.38% -
XYZ 10.62 11.37 10.02 -
YUV 94.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 97 95 84 0 0.02 0.13 0.62 50.77 0.07 0.35
Hex 61 5F 54 0 2 D 3E 33 7 23
Octal 141 137 124 0 2 15 76 63 7 43
Binary 1100001 1011111 1010100 0 10 1101 111110 110011 111 100011

Color Harmonies of #615F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615F54

Black with #615F54

Text Example


Text Example

White with #615F54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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