Html Css Color HEX #684E63 Salt Box

📋 copy color: '#684E63'

red 104 ◦ green 78 ◦ blue 99

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

Shades of Salt Box #684E63

Tints of Salt Box #684E63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 35.23%

R = 37.01%
G = 27.76%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#684E63 (or 0x684E63) is known color: Salt Box. HEX triplet: 68, 4E and 63. RGB value is (104,78,99). Sum of RGB (Red+Green+Blue) = 104+78+99=281 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.01% from 281); Green value is 78 (30.86% from 255 or 27.76% from 281); Blue value is 99 (39.06% from 255 or 35.23% from 281); Max value from RGB is 104 - color contains mainly: red. Hex color #684E63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E63 is #97B19C. Grayscale: #585858. Windows color (decimal): -9941405 or 6508136. OLE color: 6508136.

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

Color convert

RGB 104 78 99 -
CMYK 0 0.25 0.05 0.59
HSL 311.54º 0.14% 0.36% -
HSV(B) 311.54º 0.25% 0.41% -
XYZ 10.69 9.29 13.03 -
YUV 88.17 134.11 139.29 -
System Red Green Blue C M Y K H S L
Decimal 104 78 99 0 0.25 0.05 0.59 311.54 0.14 0.36
Hex 68 4E 63 0 19 5 3B 138 E 24
Octal 150 116 143 0 31 5 73 470 16 44
Binary 1101000 1001110 1100011 0 11001 101 111011 100111000 1110 100100

Color Harmonies of #684E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E63

Black with #684E63

Text Example


Text Example

White with #684E63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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