#61595F

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

Shades of Salt Box #61595F

Tints of Salt Box #61595F

Color information

#61595F (or 0x61595F) is unknown color: approx Salt Box. HEX triplet: 61, 59 and 5F. RGB value is (97,89,95). Sum of RGB (Red+Green+Blue) = 97+89+95=281 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.52% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 97 - color contains mainly: red. Hex color #61595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61595F is #9EA6A0. Grayscale: #5C5C5C. Windows color (decimal): -10397345 or 6248801. OLE color: 6248801.

HSL color Cylindrical-coordinate representation of color #61595F: hue angle of 315º 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 #61595F is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB978995-
CMYK00.080.020.62
HSL315º4.3%36.47%-
HSV(B)315º8.25%38.04%-
XYZ10.5710.5112.3-
YUV92.08129.65131.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.52%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 95 (37.5% from 255) = 33.81%
R=34.52%
G=31.67%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97899500.080.020.623154.336.47
Hex61595F0823E13b424
Octal141131137010276473444
Binary1100001101100110111110100010111110100111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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