#6D596A

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

Shades of Salt Box #6D596A

Tints of Salt Box #6D596A

Color information

#6D596A (or 0x6D596A) is unknown color: approx Salt Box. HEX triplet: 6D, 59 and 6A. RGB value is (109,89,106). Sum of RGB (Red+Green+Blue) = 109+89+106=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 109 - color contains mainly: red. Hex color #6D596A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D596A is #92A695. Grayscale: #606060. Windows color (decimal): -9610902 or 6969709. OLE color: 6969709.

HSL color Cylindrical-coordinate representation of color #6D596A: hue angle of 309º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6D596A is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.57.

Color convert

RGB10989106-
CMYK00.180.030.57
HSL309º10.1%38.82%-
HSV(B)309º18.35%42.75%-
XYZ12.4811.4415.19-
YUV96.92133.13136.62-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.86%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=35.86%
G=29.28%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.03
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1098910600.180.030.5730910.138.82
Hex6D596A012339135a27
Octal1551311520223714651247
Binary110110110110011101010010010111110011001101011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D596A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,89,106); }

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

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

 a { background-color: rgb(109,89,106); }

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

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

 span { border-color: rgb(109,89,106); }

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