#61535D

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

Shades of Salt Box #61535D

Tints of Salt Box #61535D

Color information

#61535D (or 0x61535D) is unknown color: approx Salt Box. HEX triplet: 61, 53 and 5D. RGB value is (97,83,93). Sum of RGB (Red+Green+Blue) = 97+83+93=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 83 (32.81% from 255 or 30.40% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #61535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61535D is #9EACA2. Grayscale: #585858. Windows color (decimal): -10398883 or 6116193. OLE color: 6116193.

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

Color convert

RGB978393-
CMYK00.140.040.62
HSL317.14º7.78%35.29%-
HSV(B)317.14º14.43%38.04%-
XYZ109.5211.67-
YUV88.33130.64134.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 83 (32.81% from 255) = 30.40%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=35.53%
G=30.40%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97839300.140.040.62317.147.7835.29
Hex61535D0E43E13d823
Octal1411231350164764751043
Binary110000110100111011101011101001111101001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61535D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61535D; }

 p { color: rgb(97,83,93); }

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

<style>
 a { background-color: #61535D; }

 a { background-color: rgb(97,83,93); }

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

<style>
 span { border-color: #61535D; }

 span { border-color: rgb(97,83,93); }

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