#61605A

Color #61605A Storm Dust (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Storm Dust #61605A

Tints of Storm Dust #61605A

Color information

#61605A (or 0x61605A) is unknown color: approx Storm Dust. HEX triplet: 61, 60 and 5A. RGB value is (97,96,90). Sum of RGB (Red+Green+Blue) = 97+96+90=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 96 (37.89% from 255 or 33.92% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 97 - color contains mainly: red. Hex color #61605A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61605A is #9E9FA5. Grayscale: #5F5F5F. Windows color (decimal): -10395558 or 5922913. OLE color: 5922913.

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

Color convert

RGB979690-
CMYK00.010.070.62
HSL51.43º3.74%36.67%-
HSV(B)51.43º7.22%38.04%-
XYZ10.9611.6511.34-
YUV95.62124.83128.99-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.28%
GREEN value IS 96 (37.89% from 255) = 33.92%
BLUE value IS 90 (35.55% from 255) = 31.80%
R=34.28%
G=33.92%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97969000.010.070.6251.433.7436.67
Hex61605A0173E33425
Octal1411401320177663445
Binary11000011100000101101001111111110110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61605A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #61605A;
 }
 .AnyTagClassName
 {
   color: #61605A;
 }
</style>
background-color css

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

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

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

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

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

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