#6A5965

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

Shades of Salt Box #6A5965

Tints of Salt Box #6A5965

Color information

#6A5965 (or 0x6A5965) is unknown color: approx Salt Box. HEX triplet: 6A, 59 and 65. RGB value is (106,89,101). Sum of RGB (Red+Green+Blue) = 106+89+101=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5965 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5965 is #95A69A. Grayscale: #5F5F5F. Windows color (decimal): -9807515 or 6642026. OLE color: 6642026.

HSL color Cylindrical-coordinate representation of color #6A5965: hue angle of 317.65º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6A5965 is Cyan = 0, Magento = 0.16, Yellow = 0.05 and Black (K on CMYK) = 0.58.

Color convert

RGB10689101-
CMYK00.160.050.58
HSL317.65º8.72%38.24%-
HSV(B)317.65º16.04%41.57%-
XYZ11.8711.1513.84-
YUV95.45131.13135.52-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.81%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 101 (39.84% from 255) = 34.12%
R=35.81%
G=30.07%
B=34.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068910100.160.050.58317.658.7238.24
Hex6A596501053A13e926
Octal1521311450205724761146
Binary1101010101100111001010100001011110101001111101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A5965; }

 p { color: rgb(106,89,101); }

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

<style>
 a { background-color: #6A5965; }

 a { background-color: rgb(106,89,101); }

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

<style>
 span { border-color: #6A5965; }

 span { border-color: rgb(106,89,101); }

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