#685265

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

Shades of Salt Box #685265

Tints of Salt Box #685265

Color information

#685265 (or 0x685265) is unknown color: approx Salt Box. HEX triplet: 68, 52 and 65. RGB value is (104,82,101). Sum of RGB (Red+Green+Blue) = 104+82+101=287 (38% of max value = 765). Red value is 104 (41.02% from 255 or 36.24% from 287); Green value is 82 (32.42% from 255 or 28.57% from 287); Blue value is 101 (39.84% from 255 or 35.19% from 287); Max value from RGB is 104 - color contains mainly: red. Hex color #685265 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685265 is #97AD9A. Grayscale: #5A5A5A. Windows color (decimal): -9940379 or 6640232. OLE color: 6640232.

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

Color convert

RGB10482101-
CMYK00.210.030.59
HSL308.18º11.83%36.47%-
HSV(B)308.18º21.15%40.78%-
XYZ11.089.9213.64-
YUV90.74133.79137.46-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.24%
GREEN value IS 82 (32.42% from 255) = 28.57%
BLUE value IS 101 (39.84% from 255) = 35.19%
R=36.24%
G=28.57%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.03
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1048210100.210.030.59308.1811.8336.47
Hex68526501533B134c24
Octal1501221450253734641444
Binary110100010100101100101010101111110111001101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685265

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685265; }

 p { color: rgb(104,82,101); }

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

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

 a { background-color: rgb(104,82,101); }

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

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

 span { border-color: rgb(104,82,101); }

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