Html Css Color HEX #685D64 Salt Box

📋 copy color: '#685D64'

red 104 ◦ green 93 ◦ blue 100

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

Shades of Salt Box #685D64

Tints of Salt Box #685D64

RGB

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

 GREEN value IS 93 (36.72% from 255) = 31.31%

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

R = 35.02%
G = 31.31%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#685D64 (or 0x685D64) is known color: Salt Box. HEX triplet: 68, 5D and 64. RGB value is (104,93,100). Sum of RGB (Red+Green+Blue) = 104+93+100=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 100 (39.45% from 255 or 33.67% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #685D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D64 is #97A29B. Grayscale: #616161. Windows color (decimal): -9937564 or 6577512. OLE color: 6577512.

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

Color convert

RGB 104 93 100 -
CMYK 0 0.11 0.04 0.59
HSL 321.82º 0.06% 0.39% -
HSV(B) 321.82º 0.11% 0.41% -
XYZ 11.92 11.69 13.68 -
YUV 97.09 129.64 132.93 -
System Red Green Blue C M Y K H S L
Decimal 104 93 100 0 0.11 0.04 0.59 321.82 0.06 0.39
Hex 68 5D 64 0 B 4 3B 142 6 27
Octal 150 135 144 0 13 4 73 502 6 47
Binary 1101000 1011101 1100100 0 1011 100 111011 101000010 110 100111

Color Harmonies of #685D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D64

Black with #685D64

Text Example


Text Example

White with #685D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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