#61505D

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

Shades of Salt Box #61505D

Tints of Salt Box #61505D

Color information

#61505D (or 0x61505D) is unknown color: approx Salt Box. HEX triplet: 61, 50 and 5D. RGB value is (97,80,93). Sum of RGB (Red+Green+Blue) = 97+80+93=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 80 (31.64% from 255 or 29.63% from 270); Blue value is 93 (36.72% from 255 or 34.44% from 270); Max value from RGB is 97 - color contains mainly: red. Hex color #61505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61505D is #9EAFA2. Grayscale: #565656. Windows color (decimal): -10399651 or 6115425. OLE color: 6115425.

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

Color convert

RGB978093-
CMYK00.180.040.62
HSL314.12º9.6%34.71%-
HSV(B)314.12º17.53%38.04%-
XYZ9.779.0711.59-
YUV86.56131.63135.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 80 (31.64% from 255) = 29.63%
BLUE value IS 93 (36.72% from 255) = 34.44%
R=35.93%
G=29.63%
B=34.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97809300.180.040.62314.129.634.71
Hex61505D01243E13aa23
Octal1411201350224764721243
Binary1100001101000010111010100101001111101001110101010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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