#6A5265

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

Shades of Salt Box #6A5265

Tints of Salt Box #6A5265

Color information

#6A5265 (or 0x6A5265) is unknown color: approx Salt Box. HEX triplet: 6A, 52 and 65. RGB value is (106,82,101). Sum of RGB (Red+Green+Blue) = 106+82+101=289 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.68% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 101 (39.84% from 255 or 34.95% from 289); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5265 is #95AD9A. Grayscale: #5B5B5B. Windows color (decimal): -9809307 or 6640234. OLE color: 6640234.

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

Color convert

RGB10682101-
CMYK00.230.050.58
HSL312.5º12.77%36.86%-
HSV(B)312.5º22.64%41.57%-
XYZ11.3110.0413.65-
YUV91.34133.45138.46-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.68%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 101 (39.84% from 255) = 34.95%
R=36.68%
G=28.37%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.05
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal1068210100.230.050.58312.512.7736.86
Hex6A526501753A138d25
Octal1521221450275724701545
Binary1101010101001011001010101111011110101001110001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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