Html Css Color HEX #684E66 Salt Box

📋 copy color: '#684E66'

red 104 ◦ green 78 ◦ blue 102

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

Shades of Salt Box #684E66

Tints of Salt Box #684E66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 35.92%

R = 36.62%
G = 27.46%
B = 35.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#684E66 (or 0x684E66) is known color: Salt Box. HEX triplet: 68, 4E and 66. RGB value is (104,78,102). Sum of RGB (Red+Green+Blue) = 104+78+102=284 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.62% from 284); Green value is 78 (30.86% from 255 or 27.46% from 284); Blue value is 102 (40.23% from 255 or 35.92% from 284); Max value from RGB is 104 - color contains mainly: red. Hex color #684E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E66 is #97B199. Grayscale: #585858. Windows color (decimal): -9941402 or 6704744. OLE color: 6704744.

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

Color convert

RGB 104 78 102 -
CMYK 0 0.25 0.02 0.59
HSL 304.62º 0.14% 0.36% -
HSV(B) 304.62º 0.25% 0.41% -
XYZ 10.83 9.35 13.8 -
YUV 88.51 135.61 139.05 -
System Red Green Blue C M Y K H S L
Decimal 104 78 102 0 0.25 0.02 0.59 304.62 0.14 0.36
Hex 68 4E 66 0 19 2 3B 131 E 24
Octal 150 116 146 0 31 2 73 461 16 44
Binary 1101000 1001110 1100110 0 11001 10 111011 100110001 1110 100100

Color Harmonies of #684E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E66

Black with #684E66

Text Example


Text Example

White with #684E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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