Html Css Color HEX #61615A Storm Dust

📋 copy color: '#61615A'

red 97 ◦ green 97 ◦ blue 90

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

Shades of Storm Dust #61615A

Tints of Storm Dust #61615A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.69%

R = 34.15%
G = 34.15%
B = 31.69%

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

#61615A (or 0x61615A) is known color: Storm Dust. HEX triplet: 61, 61 and 5A. RGB value is (97,97,90). Sum of RGB (Red+Green+Blue) = 97+97+90=284 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.15% from 284); Green value is 97 (38.28% from 255 or 34.15% from 284); Blue value is 90 (35.55% from 255 or 31.69% from 284); Max value from RGB is 97 - color contains mainly: red, green. Hex color #61615A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61615A is #9E9EA5. Grayscale: #606060. Windows color (decimal): -10395302 or 5923169. OLE color: 5923169.

HSL color Cylindrical-coordinate representation of color #61615A: hue angle of 60º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #61615A is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 97 90 -
CMYK 0 0 0.07 0.62
HSL 60º 0.04% 0.37% -
HSV(B) 60º 0.07% 0.38% -
XYZ 11.05 11.83 11.37 -
YUV 96.2 124.5 128.57 -
System Red Green Blue C M Y K H S L
Decimal 97 97 90 0 0 0.07 0.62 60 0.04 0.37
Hex 61 61 5A 0 0 7 3E 3C 4 25
Octal 141 141 132 0 0 7 76 74 4 45
Binary 1100001 1100001 1011010 0 0 111 111110 111100 100 100101

Color Harmonies of #61615A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61615A

Black with #61615A

Text Example


Text Example

White with #61615A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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