#685866

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

Shades of Salt Box #685866

Tints of Salt Box #685866

Color information

#685866 (or 0x685866) is unknown color: approx Salt Box. HEX triplet: 68, 58 and 66. RGB value is (104,88,102). Sum of RGB (Red+Green+Blue) = 104+88+102=294 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.37% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 104 - color contains mainly: red. Hex color #685866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685866 is #97A799. Grayscale: #5E5E5E. Windows color (decimal): -9938842 or 6707304. OLE color: 6707304.

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

Color convert

RGB10488102-
CMYK00.150.020.59
HSL307.5º8.33%37.65%-
HSV(B)307.5º15.38%40.78%-
XYZ11.610.8814.06-
YUV94.38132.3134.86-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.37%
GREEN value IS 88 (34.77% from 255) = 29.93%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=35.37%
G=29.93%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048810200.150.020.59307.58.3337.65
Hex6858660F23B134826
Octal1501301460172734641046
Binary11010001011000110011001111101110111001101001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685866; }

 p { color: rgb(104,88,102); }

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

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

 a { background-color: rgb(104,88,102); }

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

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

 span { border-color: rgb(104,88,102); }

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