#684966

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

Shades of Salt Box #684966

Tints of Salt Box #684966

Color information

#684966 (or 0x684966) is unknown color: approx Salt Box. HEX triplet: 68, 49 and 66. RGB value is (104,73,102). Sum of RGB (Red+Green+Blue) = 104+73+102=279 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.28% from 279); Green value is 73 (28.91% from 255 or 26.16% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 104 - color contains mainly: red. Hex color #684966 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684966 is #97B699. Grayscale: #555555. Windows color (decimal): -9942682 or 6703464. OLE color: 6703464.

HSL color Cylindrical-coordinate representation of color #684966: hue angle of 303.87º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #684966 is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB10473102-
CMYK00.300.020.59
HSL303.87º17.51%34.71%-
HSV(B)303.87º29.81%40.78%-
XYZ10.498.6713.69-
YUV85.58137.27141.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.28%
GREEN value IS 73 (28.91% from 255) = 26.16%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=37.28%
G=26.16%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047310200.300.020.59303.8717.5134.71
Hex68496601E23B1301223
Octal1501111460362734602243
Binary1101000100100111001100111101011101110011000010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684966; }

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

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

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

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

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

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

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

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