Html Css Color HEX #685E66 Salt Box

📋 copy color: '#685E66'

red 104 ◦ green 94 ◦ blue 102

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

Shades of Salt Box #685E66

Tints of Salt Box #685E66

RGB

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

 GREEN value IS 94 (37.11% from 255) = 31.33%

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

R = 34.67%
G = 31.33%
B = 34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#685E66 (or 0x685E66) is known color: Salt Box. HEX triplet: 68, 5E and 66. RGB value is (104,94,102). Sum of RGB (Red+Green+Blue) = 104+94+102=300 (39% of max value = 765). Red value is 104 (41.02% from 255 or 34.67% from 300); Green value is 94 (37.11% from 255 or 31.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 104 - color contains mainly: red. Hex color #685E66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685E66 is #97A199. Grayscale: #616161. Windows color (decimal): -9937306 or 6708840. OLE color: 6708840.

HSL color Cylindrical-coordinate representation of color #685E66: hue angle of 312º degrees, saturation: 0.05, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #685E66 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 94 102 -
CMYK 0 0.10 0.02 0.59
HSL 312º 0.05% 0.39% -
HSV(B) 312º 0.1% 0.41% -
XYZ 12.11 11.91 14.23 -
YUV 97.9 130.31 132.35 -
System Red Green Blue C M Y K H S L
Decimal 104 94 102 0 0.10 0.02 0.59 312 0.05 0.39
Hex 68 5E 66 0 A 2 3B 138 5 27
Octal 150 136 146 0 12 2 73 470 5 47
Binary 1101000 1011110 1100110 0 1010 10 111011 100111000 101 100111

Color Harmonies of #685E66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685E66

Black with #685E66

Text Example


Text Example

White with #685E66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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