#61545F

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

Shades of Salt Box #61545F

Tints of Salt Box #61545F

Color information

#61545F (or 0x61545F) is unknown color: approx Salt Box. HEX triplet: 61, 54 and 5F. RGB value is (97,84,95). Sum of RGB (Red+Green+Blue) = 97+84+95=276 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.14% from 276); Green value is 84 (33.20% from 255 or 30.43% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 97 - color contains mainly: red. Hex color #61545F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61545F is #9EABA0. Grayscale: #595959. Windows color (decimal): -10398625 or 6247521. OLE color: 6247521.

HSL color Cylindrical-coordinate representation of color #61545F: hue angle of 309.23º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #61545F is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB978495-
CMYK00.130.020.62
HSL309.23º7.18%35.49%-
HSV(B)309.23º13.4%38.04%-
XYZ10.179.7112.16-
YUV89.14131.31133.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.14%
GREEN value IS 84 (33.20% from 255) = 30.43%
BLUE value IS 95 (37.5% from 255) = 34.42%
R=35.14%
G=30.43%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97849500.130.020.62309.237.1835.49
Hex61545F0D23E135723
Octal141124137015276465743
Binary1100001101010010111110110110111110100110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61545F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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