Html Css Color HEX #685E64 Salt Box

📋 copy color: '#685E64'

red 104 ◦ green 94 ◦ blue 100

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

Shades of Salt Box #685E64

Tints of Salt Box #685E64

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.54%

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

R = 34.9%
G = 31.54%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#685E64 (or 0x685E64) is known color: Salt Box. HEX triplet: 68, 5E and 64. RGB value is (104,94,100). Sum of RGB (Red+Green+Blue) = 104+94+100=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 94 (37.11% from 255 or 31.54% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #685E64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E64 is #97A19B. Grayscale: #616161. Windows color (decimal): -9937308 or 6577768. OLE color: 6577768.

HSL color Cylindrical-coordinate representation of color #685E64: hue angle of 324º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #685E64 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 94 100 -
CMYK 0 0.10 0.04 0.59
HSL 324º 0.05% 0.39% -
HSV(B) 324º 0.1% 0.41% -
XYZ 12.01 11.87 13.71 -
YUV 97.67 129.31 132.51 -
System Red Green Blue C M Y K H S L
Decimal 104 94 100 0 0.10 0.04 0.59 324 0.05 0.39
Hex 68 5E 64 0 A 4 3B 144 5 27
Octal 150 136 144 0 12 4 73 504 5 47
Binary 1101000 1011110 1100100 0 1010 100 111011 101000100 101 100111

Color Harmonies of #685E64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E64

Black with #685E64

Text Example


Text Example

White with #685E64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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