#684D67

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

Shades of Salt Box #684D67

Tints of Salt Box #684D67

Color information

#684D67 (or 0x684D67) is unknown color: approx Salt Box. HEX triplet: 68, 4D and 67. RGB value is (104,77,103). Sum of RGB (Red+Green+Blue) = 104+77+103=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 77 (30.47% from 255 or 27.11% from 284); Blue value is 103 (40.62% from 255 or 36.27% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #684D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D67 is #97B298. Grayscale: #575757. Windows color (decimal): -9941657 or 6770024. OLE color: 6770024.

HSL color Cylindrical-coordinate representation of color #684D67: hue angle of 302.22º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #684D67 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB10477103-
CMYK00.260.010.59
HSL302.22º14.92%35.49%-
HSV(B)302.22º25.96%40.78%-
XYZ10.819.2314.04-
YUV88.04136.45139.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 77 (30.47% from 255) = 27.11%
BLUE value IS 103 (40.62% from 255) = 36.27%
R=36.62%
G=27.11%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1047710300.260.010.59302.2214.9235.49
Hex684D6701A13B12ef23
Octal1501151470321734561743
Binary11010001001101110011101101011110111001011101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684D67; }

 p { color: rgb(104,77,103); }

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

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

 a { background-color: rgb(104,77,103); }

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

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

 span { border-color: rgb(104,77,103); }

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