Html Css Color HEX #685A63 Salt Box

📋 copy color: '#685A63'

red 104 ◦ green 90 ◦ blue 99

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

Shades of Salt Box #685A63

Tints of Salt Box #685A63

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.72%

 BLUE value IS 99 (39.06% from 255) = 33.79%

R = 35.49%
G = 30.72%
B = 33.79%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#685A63 (or 0x685A63) is known color: Salt Box. HEX triplet: 68, 5A and 63. RGB value is (104,90,99). Sum of RGB (Red+Green+Blue) = 104+90+99=293 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.49% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 104 - color contains mainly: red. Hex color #685A63 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A63 is #97A59C. Grayscale: #5F5F5F. Windows color (decimal): -9938333 or 6511208. OLE color: 6511208.

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

Color convert

RGB 104 90 99 -
CMYK 0 0.13 0.05 0.59
HSL 321.43º 0.07% 0.38% -
HSV(B) 321.43º 0.13% 0.41% -
XYZ 11.62 11.16 13.35 -
YUV 95.21 130.14 134.27 -
System Red Green Blue C M Y K H S L
Decimal 104 90 99 0 0.13 0.05 0.59 321.43 0.07 0.38
Hex 68 5A 63 0 D 5 3B 141 7 26
Octal 150 132 143 0 15 5 73 501 7 46
Binary 1101000 1011010 1100011 0 1101 101 111011 101000001 111 100110

Color Harmonies of #685A63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A63

Black with #685A63

Text Example


Text Example

White with #685A63

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(104,90,99); }

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

background-color css

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

 a { background-color: rgb(104,90,99); }

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

border-color css

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

 span { border-color: rgb(104,90,99); }

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