Html Css Color HEX #61615E Storm Dust

📋 copy color: '#61615E'

red 97 ◦ green 97 ◦ blue 94

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

Shades of Storm Dust #61615E

Tints of Storm Dust #61615E

RGB

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

 GREEN value IS 97 (38.28% from 255) = 33.68%

 BLUE value IS 94 (37.11% from 255) = 32.64%

R = 33.68%
G = 33.68%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#61615E (or 0x61615E) is known color: Storm Dust. HEX triplet: 61, 61 and 5E. RGB value is (97,97,94). Sum of RGB (Red+Green+Blue) = 97+97+94=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61615E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61615E is #9E9EA1. Grayscale: #606060. Windows color (decimal): -10395298 or 6185313. OLE color: 6185313.

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

Color convert

RGB 97 97 94 -
CMYK 0 0 0.03 0.62
HSL 60º 0.02% 0.37% -
HSV(B) 60º 0.03% 0.38% -
XYZ 11.22 11.9 12.29 -
YUV 96.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 97 97 94 0 0 0.03 0.62 60 0.02 0.37
Hex 61 61 5E 0 0 3 3E 3C 2 25
Octal 141 141 136 0 0 3 76 74 2 45
Binary 1100001 1100001 1011110 0 0 11 111110 111100 10 100101

Color Harmonies of #61615E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61615E

Black with #61615E

Text Example


Text Example

White with #61615E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61615E; }

 p { color: rgb(97,97,94); }

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

background-color css

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

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

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

border-color css

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

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

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