#61595E

Color #61595E Salt Box (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salt Box #61595E

Tints of Salt Box #61595E

Color information

#61595E (or 0x61595E) is unknown color: approx Salt Box. HEX triplet: 61, 59 and 5E. RGB value is (97,89,94). Sum of RGB (Red+Green+Blue) = 97+89+94=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 89 (35.16% from 255 or 31.79% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 97 - color contains mainly: red. Hex color #61595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61595E is #9EA6A1. Grayscale: #5B5B5B. Windows color (decimal): -10397346 or 6183265. OLE color: 6183265.

HSL color Cylindrical-coordinate representation of color #61595E: hue angle of 322.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #61595E is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.62.

Color convert

RGB978994-
CMYK00.080.030.62
HSL322.5º4.3%36.47%-
HSV(B)322.5º8.25%38.04%-
XYZ10.5210.4912.06-
YUV91.96129.15131.59-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 89 (35.16% from 255) = 31.79%
BLUE value IS 94 (37.11% from 255) = 33.57%
R=34.64%
G=31.79%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97899400.080.030.62322.54.336.47
Hex61595E0833E142424
Octal141131136010376502444
Binary1100001101100110111100100011111110101000010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61595E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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