#6A5365

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

Shades of Salt Box #6A5365

Tints of Salt Box #6A5365

Color information

#6A5365 (or 0x6A5365) is unknown color: approx Salt Box. HEX triplet: 6A, 53 and 65. RGB value is (106,83,101). Sum of RGB (Red+Green+Blue) = 106+83+101=290 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.55% from 290); Green value is 83 (32.81% from 255 or 28.62% from 290); Blue value is 101 (39.84% from 255 or 34.83% from 290); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5365 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5365 is #95AC9A. Grayscale: #5B5B5B. Windows color (decimal): -9809051 or 6640490. OLE color: 6640490.

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

Color convert

RGB10683101-
CMYK00.220.050.58
HSL313.04º12.17%37.06%-
HSV(B)313.04º21.7%41.57%-
XYZ11.3910.1913.68-
YUV91.93133.12138.04-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.55%
GREEN value IS 83 (32.81% from 255) = 28.62%
BLUE value IS 101 (39.84% from 255) = 34.83%
R=36.55%
G=28.62%
B=34.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068310100.220.050.58313.0412.1737.06
Hex6A536501653A139c25
Octal1521231450265724711445
Binary1101010101001111001010101101011110101001110011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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