#6D5369

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

Shades of Salt Box #6D5369

Tints of Salt Box #6D5369

Color information

#6D5369 (or 0x6D5369) is unknown color: approx Salt Box. HEX triplet: 6D, 53 and 69. RGB value is (109,83,105). Sum of RGB (Red+Green+Blue) = 109+83+105=297 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.70% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5369 is #92AC96. Grayscale: #5D5D5D. Windows color (decimal): -9612439 or 6902637. OLE color: 6902637.

HSL color Cylindrical-coordinate representation of color #6D5369: hue angle of 309.23º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6D5369 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.57.

Color convert

RGB10983105-
CMYK00.240.040.57
HSL309.23º13.54%37.65%-
HSV(B)309.23º23.85%42.75%-
XYZ11.9510.4614.75-
YUV93.28134.61139.21-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.70%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 105 (41.41% from 255) = 35.35%
R=36.70%
G=27.95%
B=35.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098310500.240.040.57309.2313.5437.65
Hex6D5369018439135e26
Octal1551231510304714651646
Binary1101101101001111010010110001001110011001101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,83,105); }

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

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

 a { background-color: rgb(109,83,105); }

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

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

 span { border-color: rgb(109,83,105); }

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