#61505F

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

Shades of Salt Box #61505F

Tints of Salt Box #61505F

Color information

#61505F (or 0x61505F) is unknown color: approx Salt Box. HEX triplet: 61, 50 and 5F. RGB value is (97,80,95). Sum of RGB (Red+Green+Blue) = 97+80+95=272 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.66% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 95 (37.5% from 255 or 34.93% from 272); Max value from RGB is 97 - color contains mainly: red. Hex color #61505F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61505F is #9EAFA0. Grayscale: #565656. Windows color (decimal): -10399649 or 6246497. OLE color: 6246497.

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

Color convert

RGB978095-
CMYK00.180.020.62
HSL307.06º9.6%34.71%-
HSV(B)307.06º17.53%38.04%-
XYZ9.869.112.06-
YUV86.79132.63135.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.66%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 95 (37.5% from 255) = 34.93%
R=35.66%
G=29.41%
B=34.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97809500.180.020.62307.069.634.71
Hex61505F01223E133a23
Octal1411201370222764631243
Binary110000110100001011111010010101111101001100111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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