Html Css Color HEX #685666 Salt Box

📋 copy color: '#685666'

red 104 ◦ green 86 ◦ blue 102

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

Shades of Salt Box #685666

Tints of Salt Box #685666

RGB

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

 GREEN value IS 86 (33.98% from 255) = 29.45%

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

R = 35.62%
G = 29.45%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#685666 (or 0x685666) is known color: Salt Box. HEX triplet: 68, 56 and 66. RGB value is (104,86,102). Sum of RGB (Red+Green+Blue) = 104+86+102=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 86 (33.98% from 255 or 29.45% from 292); Blue value is 102 (40.23% from 255 or 34.93% from 292); Max value from RGB is 104 - color contains mainly: red. Hex color #685666 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #685666 is #97A999. Grayscale: #5D5D5D. Windows color (decimal): -9939354 or 6706792. OLE color: 6706792.

HSL color Cylindrical-coordinate representation of color #685666: hue angle of 306.67º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #685666 is Cyan = 0, Magento = 0.17, Yellow = 0.02 and Black (K on CMYK) = 0.59.

Color convert

RGB 104 86 102 -
CMYK 0 0.17 0.02 0.59
HSL 306.67º 0.09% 0.37% -
HSV(B) 306.67º 0.17% 0.41% -
XYZ 11.43 10.56 14.01 -
YUV 93.21 132.96 135.7 -
System Red Green Blue C M Y K H S L
Decimal 104 86 102 0 0.17 0.02 0.59 306.67 0.09 0.37
Hex 68 56 66 0 11 2 3B 133 9 25
Octal 150 126 146 0 21 2 73 463 11 45
Binary 1101000 1010110 1100110 0 10001 10 111011 100110011 1001 100101

Color Harmonies of #685666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #685666

Black with #685666

Text Example


Text Example

White with #685666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #685666; }

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

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

background-color css

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

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

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

border-color css

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

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

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