Html Css Color HEX #684760 Salt Box

📋 copy color: '#684760'

red 104 ◦ green 71 ◦ blue 96

#684760
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Salt Box #684760

Tints of Salt Box #684760

RGB

 RED value IS 104 (41.02% from 255) = 38.38%

 GREEN value IS 71 (28.13% from 255) = 26.2%

 BLUE value IS 96 (37.89% from 255) = 35.42%

R = 38.38%
G = 26.2%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#684760 (or 0x684760) is known color: Salt Box. HEX triplet: 68, 47 and 60. RGB value is (104,71,96). Sum of RGB (Red+Green+Blue) = 104+71+96=271 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.38% from 271); Green value is 71 (28.12% from 255 or 26.20% from 271); Blue value is 96 (37.89% from 255 or 35.42% from 271); Max value from RGB is 104 - color contains mainly: red. Hex color #684760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684760 is #97B89F. Grayscale: #535353. Windows color (decimal): -9943200 or 6309736. OLE color: 6309736.

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

Color convert

RGB 104 71 96 -
CMYK 0 0.32 0.08 0.59
HSL 314.55º 0.19% 0.34% -
HSV(B) 314.55º 0.32% 0.41% -
XYZ 10.07 8.29 12.14 -
YUV 83.72 134.93 142.47 -
System Red Green Blue C M Y K H S L
Decimal 104 71 96 0 0.32 0.08 0.59 314.55 0.19 0.34
Hex 68 47 60 0 20 8 3B 13B 13 22
Octal 150 107 140 0 40 10 73 473 23 42
Binary 1101000 1000111 1100000 0 100000 1000 111011 100111011 10011 100010

Color Harmonies of #684760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684760

Black with #684760

Text Example


Text Example

White with #684760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684760; }

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

 H1.HeaderClassName
 {
   color: #684760;
 }
 .AnyTagClassName
 {
   color: #684760;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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