Html Css Color HEX #684D66 Salt Box

📋 copy color: '#684D66'

red 104 ◦ green 77 ◦ blue 102

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

Shades of Salt Box #684D66

Tints of Salt Box #684D66

RGB

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

 GREEN value IS 77 (30.47% from 255) = 27.21%

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

R = 36.75%
G = 27.21%
B = 36.04%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#684D66 (or 0x684D66) is known color: Salt Box. HEX triplet: 68, 4D and 66. RGB value is (104,77,102). Sum of RGB (Red+Green+Blue) = 104+77+102=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 77 (30.47% from 255 or 27.21% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #684D66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D66 is #97B299. Grayscale: #575757. Windows color (decimal): -9941658 or 6704488. OLE color: 6704488.

HSL color Cylindrical-coordinate representation of color #684D66: hue angle of 304.44º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #684D66 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 77 102 -
CMYK 0 0.26 0.02 0.59
HSL 304.44º 0.15% 0.35% -
HSV(B) 304.44º 0.26% 0.41% -
XYZ 10.76 9.21 13.78 -
YUV 87.92 135.95 139.47 -
System Red Green Blue C M Y K H S L
Decimal 104 77 102 0 0.26 0.02 0.59 304.44 0.15 0.35
Hex 68 4D 66 0 1A 2 3B 130 F 23
Octal 150 115 146 0 32 2 73 460 17 43
Binary 1101000 1001101 1100110 0 11010 10 111011 100110000 1111 100011

Color Harmonies of #684D66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684D66

Black with #684D66

Text Example


Text Example

White with #684D66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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