#61605E

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

Shades of Storm Dust #61605E

Tints of Storm Dust #61605E

Color information

#61605E (or 0x61605E) is unknown color: approx Storm Dust. HEX triplet: 61, 60 and 5E. RGB value is (97,96,94). Sum of RGB (Red+Green+Blue) = 97+96+94=287 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.80% from 287); Green value is 96 (37.89% from 255 or 33.45% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 97 - color contains mainly: red. Hex color #61605E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61605E is #9E9FA1. Grayscale: #606060. Windows color (decimal): -10395554 or 6185057. OLE color: 6185057.

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

Color convert

RGB979694-
CMYK00.010.030.62
HSL40º1.57%37.45%-
HSV(B)40º3.09%38.04%-
XYZ11.1311.7212.26-
YUV96.07126.83128.66-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.80%
GREEN value IS 96 (37.89% from 255) = 33.45%
BLUE value IS 94 (37.11% from 255) = 32.75%
R=33.80%
G=33.45%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97969400.010.030.62401.5737.45
Hex61605E0133E28225
Octal1411401360137650245
Binary110000111000001011110011111111010100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61605E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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