Html Css Color HEX #685A66 Salt Box

📋 copy color: '#685A66'

red 104 ◦ green 90 ◦ blue 102

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

Shades of Salt Box #685A66

Tints of Salt Box #685A66

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 35.14%
G = 30.41%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#685A66 (or 0x685A66) is known color: Salt Box. HEX triplet: 68, 5A and 66. RGB value is (104,90,102). Sum of RGB (Red+Green+Blue) = 104+90+102=296 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.14% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 104 - color contains mainly: red. Hex color #685A66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685A66 is #97A599. Grayscale: #5F5F5F. Windows color (decimal): -9938330 or 6707816. OLE color: 6707816.

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

Color convert

RGB 104 90 102 -
CMYK 0 0.13 0.02 0.59
HSL 308.57º 0.07% 0.38% -
HSV(B) 308.57º 0.13% 0.41% -
XYZ 11.76 11.21 14.12 -
YUV 95.55 131.64 134.02 -
System Red Green Blue C M Y K H S L
Decimal 104 90 102 0 0.13 0.02 0.59 308.57 0.07 0.38
Hex 68 5A 66 0 D 2 3B 135 7 26
Octal 150 132 146 0 15 2 73 465 7 46
Binary 1101000 1011010 1100110 0 1101 10 111011 100110101 111 100110

Color Harmonies of #685A66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685A66

Black with #685A66

Text Example


Text Example

White with #685A66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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