Html Css Color HEX #684E60 Salt Box

📋 copy color: '#684E60'

red 104 ◦ green 78 ◦ blue 96

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

Shades of Salt Box #684E60

Tints of Salt Box #684E60

RGB

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

 GREEN value IS 78 (30.86% from 255) = 28.06%

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

R = 37.41%
G = 28.06%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.08

 K value IS 0.59

RGB Variations

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

Color information

#684E60 (or 0x684E60) is known color: Salt Box. HEX triplet: 68, 4E and 60. RGB value is (104,78,96). Sum of RGB (Red+Green+Blue) = 104+78+96=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 96 (37.89% from 255 or 34.53% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #684E60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E60 is #97B19F. Grayscale: #575757. Windows color (decimal): -9941408 or 6311528. OLE color: 6311528.

HSL color Cylindrical-coordinate representation of color #684E60: hue angle of 318.46º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #684E60 is Cyan = 0, Magento = 0.25, Yellow = 0.08 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 78 96 -
CMYK 0 0.25 0.08 0.59
HSL 318.46º 0.14% 0.36% -
HSV(B) 318.46º 0.25% 0.41% -
XYZ 10.54 9.24 12.29 -
YUV 87.83 132.61 139.54 -
System Red Green Blue C M Y K H S L
Decimal 104 78 96 0 0.25 0.08 0.59 318.46 0.14 0.36
Hex 68 4E 60 0 19 8 3B 13E E 24
Octal 150 116 140 0 31 10 73 476 16 44
Binary 1101000 1001110 1100000 0 11001 1000 111011 100111110 1110 100100

Color Harmonies of #684E60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E60

Black with #684E60

Text Example


Text Example

White with #684E60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #684E60; }

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

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

background-color css

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

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

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

border-color css

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

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

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