#685262

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

Shades of Salt Box #685262

Tints of Salt Box #685262

Color information

#685262 (or 0x685262) is unknown color: approx Salt Box. HEX triplet: 68, 52 and 62. RGB value is (104,82,98). Sum of RGB (Red+Green+Blue) = 104+82+98=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 98 (38.67% from 255 or 34.51% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #685262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685262 is #97AD9D. Grayscale: #5A5A5A. Windows color (decimal): -9940382 or 6443624. OLE color: 6443624.

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

Color convert

RGB1048298-
CMYK00.210.060.59
HSL316.36º11.83%36.47%-
HSV(B)316.36º21.15%40.78%-
XYZ10.939.8612.88-
YUV90.4132.29137.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 36.62%
GREEN value IS 82 (32.42% from 255) = 28.87%
BLUE value IS 98 (38.67% from 255) = 34.51%
R=36.62%
G=28.87%
B=34.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104829800.210.060.59316.3611.8336.47
Hex68526201563B13cc24
Octal1501221420256734741444
Binary1101000101001011000100101011101110111001111001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #685262

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #685262; }

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

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

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

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

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

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

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

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