#684761

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

Shades of Salt Box #684761

Tints of Salt Box #684761

Color information

#684761 (or 0x684761) is unknown color: approx Salt Box. HEX triplet: 68, 47 and 61. RGB value is (104,71,97). Sum of RGB (Red+Green+Blue) = 104+71+97=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 71 (28.12% from 255 or 26.10% from 272); Blue value is 97 (38.28% from 255 or 35.66% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #684761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684761 is #97B89E. Grayscale: #535353. Windows color (decimal): -9943199 or 6375272. OLE color: 6375272.

HSL color Cylindrical-coordinate representation of color #684761: hue angle of 312.73º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #684761 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB1047197-
CMYK00.320.070.59
HSL312.73º18.86%34.31%-
HSV(B)312.73º31.73%40.78%-
XYZ10.128.3112.38-
YUV83.83135.43142.39-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 38.24%
GREEN value IS 71 (28.12% from 255) = 26.10%
BLUE value IS 97 (38.28% from 255) = 35.66%
R=38.24%
G=26.10%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104719700.320.070.59312.7318.8634.31
Hex68476102073B1391322
Octal1501071410407734712342
Binary110100010001111100001010000011111101110011100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684761; }

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

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

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

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

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

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

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

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