Html Css Color HEX #684960 Salt Box

📋 copy color: '#684960'

red 104 ◦ green 73 ◦ blue 96

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

Shades of Salt Box #684960

Tints of Salt Box #684960

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.74%

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

R = 38.1%
G = 26.74%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#684960 (or 0x684960) is known color: Salt Box. HEX triplet: 68, 49 and 60. RGB value is (104,73,96). Sum of RGB (Red+Green+Blue) = 104+73+96=273 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.10% from 273); Green value is 73 (28.91% from 255 or 26.74% from 273); Blue value is 96 (37.89% from 255 or 35.16% from 273); Max value from RGB is 104 - color contains mainly: red. Hex color #684960 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684960 is #97B69F. Grayscale: #545454. Windows color (decimal): -9942688 or 6310248. OLE color: 6310248.

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

Color convert

RGB 104 73 96 -
CMYK 0 0.30 0.08 0.59
HSL 315.48º 0.18% 0.35% -
HSV(B) 315.48º 0.3% 0.41% -
XYZ 10.2 8.55 12.18 -
YUV 84.89 134.27 141.63 -
System Red Green Blue C M Y K H S L
Decimal 104 73 96 0 0.30 0.08 0.59 315.48 0.18 0.35
Hex 68 49 60 0 1E 8 3B 13B 12 23
Octal 150 111 140 0 36 10 73 473 22 43
Binary 1101000 1001001 1100000 0 11110 1000 111011 100111011 10010 100011

Color Harmonies of #684960

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684960

Black with #684960

Text Example


Text Example

White with #684960

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684960; }

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

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

background-color css

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

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

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

border-color css

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

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

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