#6D4966

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

Shades of Salt Box #6D4966

Tints of Salt Box #6D4966

Color information

#6D4966 (or 0x6D4966) is unknown color: approx Salt Box. HEX triplet: 6D, 49 and 66. RGB value is (109,73,102). Sum of RGB (Red+Green+Blue) = 109+73+102=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4966 is #92B699. Grayscale: #565656. Windows color (decimal): -9615002 or 6703469. OLE color: 6703469.

HSL color Cylindrical-coordinate representation of color #6D4966: hue angle of 311.67º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D4966 is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.57.

Color convert

RGB10973102-
CMYK00.330.060.57
HSL311.67º19.78%35.69%-
HSV(B)311.67º33.03%42.75%-
XYZ11.098.9813.72-
YUV87.07136.43143.64-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 38.38%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 102 (40.23% from 255) = 35.92%
R=38.38%
G=25.70%
B=35.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal1097310200.330.060.57311.6719.7835.69
Hex6D49660216391381424
Octal1551111460416714702444
Binary110110110010011100110010000111011100110011100010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D4966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,73,102); }

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

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

 a { background-color: rgb(109,73,102); }

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

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

 span { border-color: rgb(109,73,102); }

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