#6A4862

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

Shades of Salt Box #6A4862

Tints of Salt Box #6A4862

Color information

#6A4862 (or 0x6A4862) is unknown color: approx Salt Box. HEX triplet: 6A, 48 and 62. RGB value is (106,72,98). Sum of RGB (Red+Green+Blue) = 106+72+98=276 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.41% from 276); Green value is 72 (28.52% from 255 or 26.09% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 106 - color contains mainly: red. Hex color #6A4862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6A4862 is #95B79D. Grayscale: #555555. Windows color (decimal): -9811870 or 6441066. OLE color: 6441066.

HSL color Cylindrical-coordinate representation of color #6A4862: hue angle of 314.12º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6A4862 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.58.

Color convert

RGB1067298-
CMYK00.320.080.58
HSL314.12º19.1%34.9%-
HSV(B)314.12º32.08%41.57%-
XYZ10.478.5812.66-
YUV85.13135.26142.89-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.41%
GREEN value IS 72 (28.52% from 255) = 26.09%
BLUE value IS 98 (38.67% from 255) = 35.51%
R=38.41%
G=26.09%
B=35.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106729800.320.080.58314.1219.134.9
Hex6A486202083A13a1323
Octal15211014204010724722343
Binary1101010100100011000100100000100011101010011101010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A4862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,72,98); }

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

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

 a { background-color: rgb(106,72,98); }

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

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

 span { border-color: rgb(106,72,98); }

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