#6A5065

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

Shades of Salt Box #6A5065

Tints of Salt Box #6A5065

Color information

#6A5065 (or 0x6A5065) is unknown color: approx Salt Box. HEX triplet: 6A, 50 and 65. RGB value is (106,80,101). Sum of RGB (Red+Green+Blue) = 106+80+101=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5065 is #95AF9A. Grayscale: #5A5A5A. Windows color (decimal): -9809819 or 6639722. OLE color: 6639722.

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

Color convert

RGB10680101-
CMYK00.250.050.58
HSL311.54º13.98%36.47%-
HSV(B)311.54º24.53%41.57%-
XYZ11.169.7413.6-
YUV90.17134.11139.29-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 80 (31.64% from 255) = 27.87%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=36.93%
G=27.87%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068010100.250.050.58311.5413.9836.47
Hex6A506501953A138e24
Octal1521201450315724701644
Binary1101010101000011001010110011011110101001110001110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5065

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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