#6A5362

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

Shades of Salt Box #6A5362

Tints of Salt Box #6A5362

Color information

#6A5362 (or 0x6A5362) is unknown color: approx Salt Box. HEX triplet: 6A, 53 and 62. RGB value is (106,83,98). Sum of RGB (Red+Green+Blue) = 106+83+98=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 83 (32.81% from 255 or 28.92% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5362 is #95AC9D. Grayscale: #5B5B5B. Windows color (decimal): -9809054 or 6443882. OLE color: 6443882.

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

Color convert

RGB1068398-
CMYK00.220.080.58
HSL320.87º12.17%37.06%-
HSV(B)320.87º21.7%41.57%-
XYZ11.2410.1312.92-
YUV91.59131.62138.28-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 83 (32.81% from 255) = 28.92%
BLUE value IS 98 (38.67% from 255) = 34.15%
R=36.93%
G=28.92%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106839800.220.080.58320.8712.1737.06
Hex6A536201683A141c25
Octal15212314202610725011445
Binary11010101010011110001001011010001110101010000011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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