Html Css Color HEX #685D65 Salt Box

📋 copy color: '#685D65'

red 104 ◦ green 93 ◦ blue 101

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

Shades of Salt Box #685D65

Tints of Salt Box #685D65

RGB

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

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

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

R = 34.9%
G = 31.21%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.03

 K value IS 0.59

RGB Variations

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

Color information

#685D65 (or 0x685D65) is known color: Salt Box. HEX triplet: 68, 5D and 65. RGB value is (104,93,101). Sum of RGB (Red+Green+Blue) = 104+93+101=298 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.90% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 101 (39.84% from 255 or 33.89% from 298); Max value from RGB is 104 - color contains mainly: red. Hex color #685D65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685D65 is #97A29A. Grayscale: #616161. Windows color (decimal): -9937563 or 6643048. OLE color: 6643048.

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

Color convert

RGB 104 93 101 -
CMYK 0 0.11 0.03 0.59
HSL 316.36º 0.06% 0.39% -
HSV(B) 316.36º 0.11% 0.41% -
XYZ 11.97 11.71 13.94 -
YUV 97.2 130.14 132.85 -
System Red Green Blue C M Y K H S L
Decimal 104 93 101 0 0.11 0.03 0.59 316.36 0.06 0.39
Hex 68 5D 65 0 B 3 3B 13C 6 27
Octal 150 135 145 0 13 3 73 474 6 47
Binary 1101000 1011101 1100101 0 1011 11 111011 100111100 110 100111

Color Harmonies of #685D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685D65

Black with #685D65

Text Example


Text Example

White with #685D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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