#6D576A

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

Shades of Salt Box #6D576A

Tints of Salt Box #6D576A

Color information

#6D576A (or 0x6D576A) is unknown color: approx Salt Box. HEX triplet: 6D, 57 and 6A. RGB value is (109,87,106). Sum of RGB (Red+Green+Blue) = 109+87+106=302 (40% of max value = 765). Red value is 109 (42.97% from 255 or 36.09% from 302); Green value is 87 (34.38% from 255 or 28.81% from 302); Blue value is 106 (41.80% from 255 or 35.10% from 302); Max value from RGB is 109 - color contains mainly: red. Hex color #6D576A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D576A is #92A895. Grayscale: #5F5F5F. Windows color (decimal): -9611414 or 6969197. OLE color: 6969197.

HSL color Cylindrical-coordinate representation of color #6D576A: hue angle of 308.18º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D576A is Cyan = 0, Magento = 0.20, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB10987106-
CMYK00.200.030.57
HSL308.18º11.22%38.43%-
HSV(B)308.18º20.18%42.75%-
XYZ12.3211.1115.13-
YUV95.74133.79137.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.09%
GREEN value IS 87 (34.38% from 255) = 28.81%
BLUE value IS 106 (41.80% from 255) = 35.10%
R=36.09%
G=28.81%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098710600.200.030.57308.1811.2238.43
Hex6D576A014339134b26
Octal1551271520243714641346
Binary110110110101111101010010100111110011001101001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D576A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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