Html Css Color HEX #684E65 Salt Box

📋 copy color: '#684E65'

red 104 ◦ green 78 ◦ blue 101

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

Shades of Salt Box #684E65

Tints of Salt Box #684E65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 35.69%

R = 36.75%
G = 27.56%
B = 35.69%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#684E65 (or 0x684E65) is known color: Salt Box. HEX triplet: 68, 4E and 65. RGB value is (104,78,101). Sum of RGB (Red+Green+Blue) = 104+78+101=283 (37% of max value = 765). Red value is 104 (41.02% from 255 or 36.75% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 104 - color contains mainly: red. Hex color #684E65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684E65 is #97B19A. Grayscale: #585858. Windows color (decimal): -9941403 or 6639208. OLE color: 6639208.

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

Color convert

RGB 104 78 101 -
CMYK 0 0.25 0.03 0.59
HSL 306.92º 0.14% 0.36% -
HSV(B) 306.92º 0.25% 0.41% -
XYZ 10.78 9.33 13.54 -
YUV 88.4 135.11 139.13 -
System Red Green Blue C M Y K H S L
Decimal 104 78 101 0 0.25 0.03 0.59 306.92 0.14 0.36
Hex 68 4E 65 0 19 3 3B 133 E 24
Octal 150 116 145 0 31 3 73 463 16 44
Binary 1101000 1001110 1100101 0 11001 11 111011 100110011 1110 100100

Color Harmonies of #684E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #684E65

Black with #684E65

Text Example


Text Example

White with #684E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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