Html Css Color HEX #685C64 Salt Box

📋 copy color: '#685C64'

red 104 ◦ green 92 ◦ blue 100

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

Shades of Salt Box #685C64

Tints of Salt Box #685C64

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.08%

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

R = 35.14%
G = 31.08%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#685C64 (or 0x685C64) is known color: Salt Box. HEX triplet: 68, 5C and 64. RGB value is (104,92,100). Sum of RGB (Red+Green+Blue) = 104+92+100=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #685C64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685C64 is #97A39B. Grayscale: #606060. Windows color (decimal): -9937820 or 6577256. OLE color: 6577256.

HSL color Cylindrical-coordinate representation of color #685C64: hue angle of 320º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #685C64 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 92 100 -
CMYK 0 0.12 0.04 0.59
HSL 320º 0.06% 0.38% -
HSV(B) 320º 0.12% 0.41% -
XYZ 11.84 11.52 13.66 -
YUV 96.5 129.98 133.35 -
System Red Green Blue C M Y K H S L
Decimal 104 92 100 0 0.12 0.04 0.59 320 0.06 0.38
Hex 68 5C 64 0 C 4 3B 140 6 26
Octal 150 134 144 0 14 4 73 500 6 46
Binary 1101000 1011100 1100100 0 1100 100 111011 101000000 110 100110

Color Harmonies of #685C64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685C64

Black with #685C64

Text Example


Text Example

White with #685C64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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