#6E576A

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

Shades of Salt Box #6E576A

Tints of Salt Box #6E576A

Color information

#6E576A (or 0x6E576A) is unknown color: approx Salt Box. HEX triplet: 6E, 57 and 6A. RGB value is (110,87,106). Sum of RGB (Red+Green+Blue) = 110+87+106=303 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.30% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 106 (41.80% from 255 or 34.98% from 303); Max value from RGB is 110 - color contains mainly: red. Hex color #6E576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E576A is #91A895. Grayscale: #5F5F5F. Windows color (decimal): -9545878 or 6969198. OLE color: 6969198.

HSL color Cylindrical-coordinate representation of color #6E576A: hue angle of 310.43º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E576A is Cyan = 0, Magento = 0.21, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB11087106-
CMYK00.210.040.57
HSL310.43º11.68%38.63%-
HSV(B)310.43º20.91%43.14%-
XYZ12.4411.1715.14-
YUV96.04133.62137.96-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.30%
GREEN value IS 87 (34.38% from 255) = 28.71%
BLUE value IS 106 (41.80% from 255) = 34.98%
R=36.30%
G=28.71%
B=34.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1108710600.210.040.57310.4311.6838.63
Hex6E576A015439136c27
Octal1561271520254714661447
Binary1101110101011111010100101011001110011001101101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(110,87,106); }

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

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

 a { background-color: rgb(110,87,106); }

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

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

 span { border-color: rgb(110,87,106); }

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