#6D4565

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

Shades of Salt Box #6D4565

Tints of Salt Box #6D4565

Color information

#6D4565 (or 0x6D4565) is unknown color: approx Salt Box. HEX triplet: 6D, 45 and 65. RGB value is (109,69,101). Sum of RGB (Red+Green+Blue) = 109+69+101=279 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.07% from 279); Green value is 69 (27.34% from 255 or 24.73% from 279); Blue value is 101 (39.84% from 255 or 36.20% from 279); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4565 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4565 is #92BA9A. Grayscale: #545454. Windows color (decimal): -9616027 or 6636909. OLE color: 6636909.

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

Color convert

RGB10969101-
CMYK00.370.070.57
HSL312º22.47%34.9%-
HSV(B)312º36.7%42.75%-
XYZ10.788.4513.37-
YUV84.61137.25145.4-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.07%
GREEN value IS 69 (27.34% from 255) = 24.73%
BLUE value IS 101 (39.84% from 255) = 36.20%
R=39.07%
G=24.73%
B=36.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.07
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1096910100.370.070.5731222.4734.9
Hex6D45650257391381623
Octal1551051450457714702643
Binary110110110001011100101010010111111100110011100010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,69,101); }

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

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

 a { background-color: rgb(109,69,101); }

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

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

 span { border-color: rgb(109,69,101); }

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