#6A4E63

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

Shades of Salt Box #6A4E63

Tints of Salt Box #6A4E63

Color information

#6A4E63 (or 0x6A4E63) is unknown color: approx Salt Box. HEX triplet: 6A, 4E and 63. RGB value is (106,78,99). Sum of RGB (Red+Green+Blue) = 106+78+99=283 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.46% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 99 (39.06% from 255 or 34.98% from 283); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A4E63 is #95B19C. Grayscale: #585858. Windows color (decimal): -9810333 or 6508138. OLE color: 6508138.

HSL color Cylindrical-coordinate representation of color #6A4E63: hue angle of 315º degrees, saturation: 0.15, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #6A4E63 is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.58.

Color convert

RGB1067899-
CMYK00.260.070.58
HSL315º15.22%36.08%-
HSV(B)315º26.42%41.57%-
XYZ10.929.4113.05-
YUV88.77133.78140.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.46%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 99 (39.06% from 255) = 34.98%
R=37.46%
G=27.56%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106789900.260.070.5831515.2236.08
Hex6A4E6301A73A13bf24
Octal1521161430327724731744
Binary1101010100111011000110110101111110101001110111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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