#6A5966

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

Shades of Salt Box #6A5966

Tints of Salt Box #6A5966

Color information

#6A5966 (or 0x6A5966) is unknown color: approx Salt Box. HEX triplet: 6A, 59 and 66. RGB value is (106,89,102). Sum of RGB (Red+Green+Blue) = 106+89+102=297 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.69% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5966 is #95A699. Grayscale: #5F5F5F. Windows color (decimal): -9807514 or 6707562. OLE color: 6707562.

HSL color Cylindrical-coordinate representation of color #6A5966: hue angle of 314.12º 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 #6A5966 is Cyan = 0, Magento = 0.16, Yellow = 0.04 and Black (K on CMYK) = 0.58.

Color convert

RGB10689102-
CMYK00.160.040.58
HSL314.12º8.72%38.24%-
HSV(B)314.12º16.04%41.57%-
XYZ11.9111.1714.1-
YUV95.56131.63135.44-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.69%
GREEN value IS 89 (35.16% from 255) = 29.97%
BLUE value IS 102 (40.23% from 255) = 34.34%
R=35.69%
G=29.97%
B=34.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068910200.160.040.58314.128.7238.24
Hex6A596601043A13a926
Octal1521311460204724721146
Binary1101010101100111001100100001001110101001110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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