#685261

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

Shades of Salt Box #685261

Tints of Salt Box #685261

Color information

#685261 (or 0x685261) is unknown color: approx Salt Box. HEX triplet: 68, 52 and 61. RGB value is (104,82,97). Sum of RGB (Red+Green+Blue) = 104+82+97=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 97 (38.28% from 255 or 34.28% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #685261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685261 is #97AD9E. Grayscale: #5A5A5A. Windows color (decimal): -9940383 or 6378088. OLE color: 6378088.

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

Color convert

RGB1048297-
CMYK00.210.070.59
HSL319.09º11.83%36.47%-
HSV(B)319.09º21.15%40.78%-
XYZ10.889.8412.64-
YUV90.29131.79137.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.75%
GREEN value IS 82 (32.42% from 255) = 28.98%
BLUE value IS 97 (38.28% from 255) = 34.28%
R=36.75%
G=28.98%
B=34.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104829700.210.070.59319.0911.8336.47
Hex68526101573B13fc24
Octal1501221410257734771444
Binary1101000101001011000010101011111110111001111111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685261; }

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

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

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

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

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

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

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

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