#60565F

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

Shades of Salt Box #60565F

Tints of Salt Box #60565F

Color information

#60565F (or 0x60565F) is unknown color: approx Salt Box. HEX triplet: 60, 56 and 5F. RGB value is (96,86,95). Sum of RGB (Red+Green+Blue) = 96+86+95=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 86 (33.98% from 255 or 31.05% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 96 - color contains mainly: red. Hex color #60565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #60565F is #9FA9A0. Grayscale: #595959. Windows color (decimal): -10463649 or 6248032. OLE color: 6248032.

HSL color Cylindrical-coordinate representation of color #60565F: hue angle of 306º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #60565F is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB968695-
CMYK00.100.010.62
HSL306º5.49%35.69%-
HSV(B)306º10.42%37.65%-
XYZ10.229.9712.21-
YUV90.02130.81132.27-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 34.66%
GREEN value IS 86 (33.98% from 255) = 31.05%
BLUE value IS 95 (37.5% from 255) = 34.30%
R=34.66%
G=31.05%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96869500.100.010.623065.4935.69
Hex60565F0A13E132524
Octal140126137012176462544
Binary110000010101101011111010101111110100110010101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,86,95); }

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

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

 a { background-color: rgb(96,86,95); }

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

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

 span { border-color: rgb(96,86,95); }

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