#6D5164

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

Shades of Salt Box #6D5164

Tints of Salt Box #6D5164

Color information

#6D5164 (or 0x6D5164) is unknown color: approx Salt Box. HEX triplet: 6D, 51 and 64. RGB value is (109,81,100). Sum of RGB (Red+Green+Blue) = 109+81+100=290 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.59% from 290); Green value is 81 (32.03% from 255 or 27.93% from 290); Blue value is 100 (39.45% from 255 or 34.48% from 290); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5164 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5164 is #92AE9B. Grayscale: #5B5B5B. Windows color (decimal): -9612956 or 6574445. OLE color: 6574445.

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

Color convert

RGB10981100-
CMYK00.260.080.57
HSL319.29º14.74%37.25%-
HSV(B)319.29º25.69%42.75%-
XYZ11.5510.0613.39-
YUV91.54132.78140.46-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.59%
GREEN value IS 81 (32.03% from 255) = 27.93%
BLUE value IS 100 (39.45% from 255) = 34.48%
R=37.59%
G=27.93%
B=34.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098110000.260.080.57319.2914.7437.25
Hex6D516401A83913ff25
Octal15512114403210714771745
Binary11011011010001110010001101010001110011001111111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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