#61585E

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

Shades of Salt Box #61585E

Tints of Salt Box #61585E

Color information

#61585E (or 0x61585E) is unknown color: approx Salt Box. HEX triplet: 61, 58 and 5E. RGB value is (97,88,94). Sum of RGB (Red+Green+Blue) = 97+88+94=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 94 (37.11% from 255 or 33.69% from 279); Max value from RGB is 97 - color contains mainly: red. Hex color #61585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61585E is #9EA7A1. Grayscale: #5B5B5B. Windows color (decimal): -10397602 or 6183009. OLE color: 6183009.

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

Color convert

RGB978894-
CMYK00.090.030.62
HSL320º4.86%36.27%-
HSV(B)320º9.28%38.04%-
XYZ10.4410.3312.03-
YUV91.38129.48132.01-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 88 (34.77% from 255) = 31.54%
BLUE value IS 94 (37.11% from 255) = 33.69%
R=34.77%
G=31.54%
B=33.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.03
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97889400.090.030.623204.8636.27
Hex61585E0933E140524
Octal141130136011376500544
Binary1100001101100010111100100111111110101000000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61585E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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