#6A546A

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

Shades of Salt Box #6A546A

Tints of Salt Box #6A546A

Color information

#6A546A (or 0x6A546A) is unknown color: approx Salt Box. HEX triplet: 6A, 54 and 6A. RGB value is (106,84,106). Sum of RGB (Red+Green+Blue) = 106+84+106=296 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.81% from 296); Green value is 84 (33.20% from 255 or 28.38% from 296); Blue value is 106 (41.80% from 255 or 35.81% from 296); Max value from RGB is 106 - color contains mainly: red, blue. Hex color #6A546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A546A is #95AB95. Grayscale: #5D5D5D. Windows color (decimal): -9808790 or 6968426. OLE color: 6968426.

HSL color Cylindrical-coordinate representation of color #6A546A: hue angle of 300º degrees, saturation: 0.12, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6A546A is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10684106-
CMYK00.2100.58
HSL300º11.58%37.25%-
HSV(B)300º20.75%41.57%-
XYZ11.7210.4515.03-
YUV93.09135.29137.21-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.81%
GREEN value IS 84 (33.20% from 255) = 28.38%
BLUE value IS 106 (41.80% from 255) = 35.81%
R=35.81%
G=28.38%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068410600.2100.5830011.5837.25
Hex6A546A01503A12cc25
Octal1521241520250724541445
Binary11010101010100110101001010101110101001011001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A546A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,84,106); }

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

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

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

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

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

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

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