#685163

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

Shades of Salt Box #685163

Tints of Salt Box #685163

Color information

#685163 (or 0x685163) is unknown color: approx Salt Box. HEX triplet: 68, 51 and 63. RGB value is (104,81,99). Sum of RGB (Red+Green+Blue) = 104+81+99=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 81 (32.03% from 255 or 28.52% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #685163 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685163 is #97AE9C. Grayscale: #595959. Windows color (decimal): -9940637 or 6508904. OLE color: 6508904.

HSL color Cylindrical-coordinate representation of color #685163: hue angle of 313.04º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #685163 is Cyan = 0, Magento = 0.22, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB1048199-
CMYK00.220.050.59
HSL313.04º12.43%36.27%-
HSV(B)313.04º22.12%40.78%-
XYZ10.99.7313.11-
YUV89.93133.12138.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 81 (32.03% from 255) = 28.52%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=36.62%
G=28.52%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.05
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104819900.220.050.59313.0412.4336.27
Hex68516301653B139c24
Octal1501211430265734711444
Binary1101000101000111000110101101011110111001110011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685163; }

 p { color: rgb(104,81,99); }

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

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

 a { background-color: rgb(104,81,99); }

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

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

 span { border-color: rgb(104,81,99); }

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