#685967

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

Shades of Salt Box #685967

Tints of Salt Box #685967

Color information

#685967 (or 0x685967) is unknown color: approx Salt Box. HEX triplet: 68, 59 and 67. RGB value is (104,89,103). Sum of RGB (Red+Green+Blue) = 104+89+103=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #685967 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685967 is #97A698. Grayscale: #5F5F5F. Windows color (decimal): -9938585 or 6773096. OLE color: 6773096.

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

Color convert

RGB10489103-
CMYK00.140.010.59
HSL304º7.77%37.84%-
HSV(B)304º14.42%40.78%-
XYZ11.7311.0714.35-
YUV95.08132.47134.36-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.14%
GREEN value IS 89 (35.16% from 255) = 30.07%
BLUE value IS 103 (40.62% from 255) = 34.80%
R=35.14%
G=30.07%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.01
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048910300.140.010.593047.7737.84
Hex6859670E13B130826
Octal1501311470161734601046
Binary1101000101100111001110111011110111001100001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685967; }

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

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

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

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

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

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

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

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