#6A5064

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

Shades of Salt Box #6A5064

Tints of Salt Box #6A5064

Color information

#6A5064 (or 0x6A5064) is unknown color: approx Salt Box. HEX triplet: 6A, 50 and 64. RGB value is (106,80,100). Sum of RGB (Red+Green+Blue) = 106+80+100=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5064 is #95AF9B. Grayscale: #5A5A5A. Windows color (decimal): -9809820 or 6574186. OLE color: 6574186.

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

Color convert

RGB10680100-
CMYK00.250.060.58
HSL313.85º13.98%36.47%-
HSV(B)313.85º24.53%41.57%-
XYZ11.119.7213.35-
YUV90.05133.61139.37-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.06%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 100 (39.45% from 255) = 34.97%
R=37.06%
G=27.97%
B=34.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068010000.250.060.58313.8513.9836.47
Hex6A506401963A13ae24
Octal1521201440316724721644
Binary1101010101000011001000110011101110101001110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,80,100); }

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

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

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

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

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

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

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