#685162

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

Shades of Salt Box #685162

Tints of Salt Box #685162

Color information

#685162 (or 0x685162) is unknown color: approx Salt Box. HEX triplet: 68, 51 and 62. RGB value is (104,81,98). Sum of RGB (Red+Green+Blue) = 104+81+98=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 81 (32.03% from 255 or 28.62% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #685162 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685162 is #97AE9D. Grayscale: #595959. Windows color (decimal): -9940638 or 6443368. OLE color: 6443368.

HSL color Cylindrical-coordinate representation of color #685162: hue angle of 315.65º 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 #685162 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1048198-
CMYK00.220.060.59
HSL315.65º12.43%36.27%-
HSV(B)315.65º22.12%40.78%-
XYZ10.869.7112.86-
YUV89.82132.62138.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 81 (32.03% from 255) = 28.62%
BLUE value IS 98 (38.67% from 255) = 34.63%
R=36.75%
G=28.62%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104819800.220.060.59315.6512.4336.27
Hex68516201663B13cc24
Octal1501211420266734741444
Binary1101000101000111000100101101101110111001111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685162; }

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

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

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

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

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

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

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

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