#685467

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

Shades of Salt Box #685467

Tints of Salt Box #685467

Color information

#685467 (or 0x685467) is unknown color: approx Salt Box. HEX triplet: 68, 54 and 67. RGB value is (104,84,103). Sum of RGB (Red+Green+Blue) = 104+84+103=291 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.74% from 291); Green value is 84 (33.20% from 255 or 28.87% from 291); Blue value is 103 (40.62% from 255 or 35.40% from 291); Max value from RGB is 104 - color contains mainly: red. Hex color #685467 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685467 is #97AB98. Grayscale: #5C5C5C. Windows color (decimal): -9939865 or 6771816. OLE color: 6771816.

HSL color Cylindrical-coordinate representation of color #685467: hue angle of 303º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #685467 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.59.

Color convert

RGB10484103-
CMYK00.190.010.59
HSL303º10.64%36.86%-
HSV(B)303º19.23%40.78%-
XYZ11.3310.2614.22-
YUV92.15134.13136.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.74%
GREEN value IS 84 (33.20% from 255) = 28.87%
BLUE value IS 103 (40.62% from 255) = 35.40%
R=35.74%
G=28.87%
B=35.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048410300.190.010.5930310.6436.86
Hex68546701313B12fb25
Octal1501241470231734571345
Binary11010001010100110011101001111110111001011111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685467; }

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

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

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

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

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

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

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

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