Html Css Color HEX #686166 Salt Box

📋 copy color: '#686166'

red 104 ◦ green 97 ◦ blue 102

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

Shades of Salt Box #686166

Tints of Salt Box #686166

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.01%

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

R = 34.32%
G = 32.01%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.02

 K value IS 0.59

RGB Variations

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

Color information

#686166 (or 0x686166) is known color: Salt Box. HEX triplet: 68, 61 and 66. RGB value is (104,97,102). Sum of RGB (Red+Green+Blue) = 104+97+102=303 (40% of max value = 765). Red value is 104 (41.02% from 255 or 34.32% from 303); Green value is 97 (38.28% from 255 or 32.01% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 104 - color contains mainly: red. Hex color #686166 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686166 is #979E99. Grayscale: #636363. Windows color (decimal): -9936538 or 6709608. OLE color: 6709608.

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

Color convert

RGB 104 97 102 -
CMYK 0 0.07 0.02 0.59
HSL 317.14º 0.03% 0.39% -
HSV(B) 317.14º 0.07% 0.41% -
XYZ 12.38 12.45 14.32 -
YUV 99.66 129.32 131.09 -
System Red Green Blue C M Y K H S L
Decimal 104 97 102 0 0.07 0.02 0.59 317.14 0.03 0.39
Hex 68 61 66 0 7 2 3B 13D 3 27
Octal 150 141 146 0 7 2 73 475 3 47
Binary 1101000 1100001 1100110 0 111 10 111011 100111101 11 100111

Color Harmonies of #686166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #686166

Black with #686166

Text Example


Text Example

White with #686166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #686166; }

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

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

background-color css

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

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

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

border-color css

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

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

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