Html Css Color HEX #685B66 Salt Box

📋 copy color: '#685B66'

red 104 ◦ green 91 ◦ blue 102

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

Shades of Salt Box #685B66

Tints of Salt Box #685B66

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.64%

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

R = 35.02%
G = 30.64%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#685B66 (or 0x685B66) is known color: Salt Box. HEX triplet: 68, 5B and 66. RGB value is (104,91,102). Sum of RGB (Red+Green+Blue) = 104+91+102=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 104 - color contains mainly: red. Hex color #685B66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685B66 is #97A499. Grayscale: #606060. Windows color (decimal): -9938074 or 6708072. OLE color: 6708072.

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

Color convert

RGB 104 91 102 -
CMYK 0 0.12 0.02 0.59
HSL 309.23º 0.07% 0.38% -
HSV(B) 309.23º 0.13% 0.41% -
XYZ 11.85 11.38 14.14 -
YUV 96.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 104 91 102 0 0.12 0.02 0.59 309.23 0.07 0.38
Hex 68 5B 66 0 C 2 3B 135 7 26
Octal 150 133 146 0 14 2 73 465 7 46
Binary 1101000 1011011 1100110 0 1100 10 111011 100110101 111 100110

Color Harmonies of #685B66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685B66

Black with #685B66

Text Example


Text Example

White with #685B66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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