#6D4C64

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

Shades of Salt Box #6D4C64

Tints of Salt Box #6D4C64

Color information

#6D4C64 (or 0x6D4C64) is unknown color: approx Salt Box. HEX triplet: 6D, 4C and 64. RGB value is (109,76,100). Sum of RGB (Red+Green+Blue) = 109+76+100=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 76 (30.08% from 255 or 26.67% from 285); Blue value is 100 (39.45% from 255 or 35.09% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4C64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4C64 is #92B39B. Grayscale: #585858. Windows color (decimal): -9614236 or 6573165. OLE color: 6573165.

HSL color Cylindrical-coordinate representation of color #6D4C64: hue angle of 316.36º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6D4C64 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB10976100-
CMYK00.300.080.57
HSL316.36º17.84%36.27%-
HSV(B)316.36º30.28%42.75%-
XYZ11.199.3413.27-
YUV88.6134.43142.55-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.25%
GREEN value IS 76 (30.08% from 255) = 26.67%
BLUE value IS 100 (39.45% from 255) = 35.09%
R=38.25%
G=26.67%
B=35.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1097610000.300.080.57316.3617.8436.27
Hex6D4C6401E83913c1224
Octal15511414403610714742244
Binary110110110011001100100011110100011100110011110010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,76,100); }

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

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

 a { background-color: rgb(109,76,100); }

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

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

 span { border-color: rgb(109,76,100); }

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