#6D5768

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

Shades of Salt Box #6D5768

Tints of Salt Box #6D5768

Color information

#6D5768 (or 0x6D5768) is unknown color: approx Salt Box. HEX triplet: 6D, 57 and 68. RGB value is (109,87,104). Sum of RGB (Red+Green+Blue) = 109+87+104=300 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.33% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5768 is #92A897. Grayscale: #5F5F5F. Windows color (decimal): -9611416 or 6838125. OLE color: 6838125.

HSL color Cylindrical-coordinate representation of color #6D5768: hue angle of 313.64º 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 #6D5768 is Cyan = 0, Magento = 0.20, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB10987104-
CMYK00.200.050.57
HSL313.64º11.22%38.43%-
HSV(B)313.64º20.18%42.75%-
XYZ12.2111.0714.59-
YUV95.52132.79137.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.33%
GREEN value IS 87 (34.38% from 255) = 29%
BLUE value IS 104 (41.02% from 255) = 34.67%
R=36.33%
G=29%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.05
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098710400.200.050.57313.6411.2238.43
Hex6D576801453913ab26
Octal1551271500245714721346
Binary1101101101011111010000101001011110011001110101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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