Shades of Scorpion #686566
Tints of Scorpion #686566
RGB
CMYK
RGB Variations
Color information
#686566 (or 0x686566) is known color: Scorpion. HEX triplet: 68, 65 and 66. RGB value is (104,101,102). Sum of RGB (Red+Green+Blue) = 104+101+102=307 (40% of max value = 765). Red value is 104 (41.02% from 255 or 33.88% from 307); Green value is 101 (39.84% from 255 or 32.90% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 104 - color contains mainly: red. Hex color #686566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #686566 is #979A99. Grayscale: #666666. Windows color (decimal): -9935514 or 6710632. OLE color: 6710632.
HSL color Cylindrical-coordinate representation of color #686566: hue angle of 340º degrees, saturation: 0.01, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #686566 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.59.
Color convert
RGB | 104 | 101 | 102 | - |
CMYK | 0 | 0.03 | 0.02 | 0.59 |
HSL | 340º | 0.01% | 0.4% | - |
HSV(B) | 340º | 0.03% | 0.41% | - |
XYZ | 12.76 | 13.21 | 14.45 | - |
YUV | 102.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 104 | 101 | 102 | 0 | 0.03 | 0.02 | 0.59 | 340 | 0.01 | 0.4 |
Hex | 68 | 65 | 66 | 0 | 3 | 2 | 3B | 154 | 1 | 28 |
Octal | 150 | 145 | 146 | 0 | 3 | 2 | 73 | 524 | 1 | 50 |
Binary | 1101000 | 1100101 | 1100110 | 0 | 11 | 10 | 111011 | 101010100 | 1 | 101000 |
Color Harmonies of #686566
Complementary color
Monochromatic Colors of #686566
Black with #686566
Text Example
Text Example
White with #686566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #686566; }
p { color: rgb(104,101,102); }
H1.HeaderClassName
{
color: #686566;
}
.AnyTagClassName
{
color: #686566;
}
</style>
background-color css
<style>
a { background-color: #686566; }
a { background-color: rgb(104,101,102); }
div.DivClassName
{
background-color: #686566;
}
.BgClassName
{
background-color: #686566;
}
</style>
border-color css
<style>
span { border-color: #686566; }
span { border-color: rgb(104,101,102); }
td.TdClassName
{
border-color: #686566;
}
.TagClassName
{
border-color: #686566;
}
</style>