#6A5463

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

Shades of Salt Box #6A5463

Tints of Salt Box #6A5463

Color information

#6A5463 (or 0x6A5463) is unknown color: approx Salt Box. HEX triplet: 6A, 54 and 63. RGB value is (106,84,99). Sum of RGB (Red+Green+Blue) = 106+84+99=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5463 is #95AB9C. Grayscale: #5C5C5C. Windows color (decimal): -9808797 or 6509674. OLE color: 6509674.

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

Color convert

RGB1068499-
CMYK00.210.070.58
HSL319.09º11.58%37.25%-
HSV(B)319.09º20.75%41.57%-
XYZ11.3710.3113.19-
YUV92.29131.79137.78-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 99 (39.06% from 255) = 34.26%
R=36.68%
G=29.07%
B=34.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106849900.210.070.58319.0911.5837.25
Hex6A546301573A13fc25
Octal1521241430257724771445
Binary1101010101010011000110101011111110101001111111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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