#6E576C

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

Shades of Salt Box #6E576C

Tints of Salt Box #6E576C

Color information

#6E576C (or 0x6E576C) is unknown color: approx Salt Box. HEX triplet: 6E, 57 and 6C. RGB value is (110,87,108). Sum of RGB (Red+Green+Blue) = 110+87+108=305 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.07% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 110 - color contains mainly: red. Hex color #6E576C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E576C is #91A893. Grayscale: #606060. Windows color (decimal): -9545876 or 7100270. OLE color: 7100270.

HSL color Cylindrical-coordinate representation of color #6E576C: hue angle of 305.22º 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 #6E576C is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.57.

Color convert

RGB11087108-
CMYK00.210.020.57
HSL305.22º11.68%38.63%-
HSV(B)305.22º20.91%43.14%-
XYZ12.5511.2115.69-
YUV96.27134.62137.79-

RGB Variations

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

RGB

RED value IS 110 (43.36% from 255) = 36.07%
GREEN value IS 87 (34.38% from 255) = 28.52%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=36.07%
G=28.52%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.02
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1108710800.210.020.57305.2211.6838.63
Hex6E576C015239131c27
Octal1561271540252714611447
Binary110111010101111101100010101101110011001100011100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6E576C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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