#6D4E6C

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

Shades of Salt Box #6D4E6C

Tints of Salt Box #6D4E6C

Color information

#6D4E6C (or 0x6D4E6C) is unknown color: approx Salt Box. HEX triplet: 6D, 4E and 6C. RGB value is (109,78,108). Sum of RGB (Red+Green+Blue) = 109+78+108=295 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.95% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D4E6C is #92B193. Grayscale: #5A5A5A. Windows color (decimal): -9613716 or 7097965. OLE color: 7097965.

HSL color Cylindrical-coordinate representation of color #6D4E6C: hue angle of 301.94º degrees, saturation: 0.17, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6D4E6C is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.57.

Color convert

RGB10978108-
CMYK00.280.010.57
HSL301.94º16.58%36.67%-
HSV(B)301.94º28.44%42.75%-
XYZ11.749.7815.46-
YUV90.69137.77141.06-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.95%
GREEN value IS 78 (30.86% from 255) = 26.44%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=36.95%
G=26.44%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.01
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1097810800.280.010.57301.9416.5836.67
Hex6D4E6C01C13912e1125
Octal1551161540341714562145
Binary110110110011101101100011100111100110010111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4E6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,78,108); }

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

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

 a { background-color: rgb(109,78,108); }

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

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

 span { border-color: rgb(109,78,108); }

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