#684862

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

Shades of Salt Box #684862

Tints of Salt Box #684862

Color information

#684862 (or 0x684862) is unknown color: approx Salt Box. HEX triplet: 68, 48 and 62. RGB value is (104,72,98). Sum of RGB (Red+Green+Blue) = 104+72+98=274 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.96% from 274); Green value is 72 (28.52% from 255 or 26.28% from 274); Blue value is 98 (38.67% from 255 or 35.77% from 274); Max value from RGB is 104 - color contains mainly: red. Hex color #684862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684862 is #97B79D. Grayscale: #545454. Windows color (decimal): -9942942 or 6441064. OLE color: 6441064.

HSL color Cylindrical-coordinate representation of color #684862: hue angle of 311.25º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #684862 is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.59.

Color convert

RGB1047298-
CMYK00.310.060.59
HSL311.25º18.18%34.51%-
HSV(B)311.25º30.77%40.78%-
XYZ10.238.4612.65-
YUV84.53135.6141.89-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 37.96%
GREEN value IS 72 (28.52% from 255) = 26.28%
BLUE value IS 98 (38.67% from 255) = 35.77%
R=37.96%
G=26.28%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104729800.310.060.59311.2518.1834.51
Hex68486201F63B1371223
Octal1501101420376734672243
Binary11010001001000110001001111111011101110011011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #684862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #684862; }

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

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

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

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

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

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

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

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