Html Css Color HEX #684E64 Salt Box

📋 copy color: '#684E64'

red 104 ◦ green 78 ◦ blue 100

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

Shades of Salt Box #684E64

Tints of Salt Box #684E64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 36.88%
G = 27.66%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#684E64 (or 0x684E64) is known color: Salt Box. HEX triplet: 68, 4E and 64. RGB value is (104,78,100). Sum of RGB (Red+Green+Blue) = 104+78+100=282 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.88% from 282); Green value is 78 (30.86% from 255 or 27.66% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 104 - color contains mainly: red. Hex color #684E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E64 is #97B19B. Grayscale: #585858. Windows color (decimal): -9941404 or 6573672. OLE color: 6573672.

HSL color Cylindrical-coordinate representation of color #684E64: hue angle of 309.23º 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 #684E64 is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 78 100 -
CMYK 0 0.25 0.04 0.59
HSL 309.23º 0.14% 0.36% -
HSV(B) 309.23º 0.25% 0.41% -
XYZ 10.73 9.31 13.29 -
YUV 88.28 134.61 139.21 -
System Red Green Blue C M Y K H S L
Decimal 104 78 100 0 0.25 0.04 0.59 309.23 0.14 0.36
Hex 68 4E 64 0 19 4 3B 135 E 24
Octal 150 116 144 0 31 4 73 465 16 44
Binary 1101000 1001110 1100100 0 11001 100 111011 100110101 1110 100100

Color Harmonies of #684E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E64

Black with #684E64

Text Example


Text Example

White with #684E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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