Shades of Scorpion #666364
Tints of Scorpion #666364
RGB
CMYK
RGB Variations
Color information
#666364 (or 0x666364) is known color: Scorpion. HEX triplet: 66, 63 and 64. RGB value is (102,99,100). Sum of RGB (Red+Green+Blue) = 102+99+100=301 (39% of max value = 765). Red value is 102 (40.23% from 255 or 33.89% from 301); Green value is 99 (39.06% from 255 or 32.89% from 301); Blue value is 100 (39.45% from 255 or 33.22% from 301); Max value from RGB is 102 - color contains mainly: red. Hex color #666364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666364 is #999C9B. Grayscale: #646464. Windows color (decimal): -10067100 or 6579046. OLE color: 6579046.
HSL color Cylindrical-coordinate representation of color #666364: hue angle of 340º degrees, saturation: 0.01, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #666364 is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.6.
Color convert
RGB | 102 | 99 | 100 | - |
CMYK | 0 | 0.03 | 0.02 | 0.6 |
HSL | 340º | 0.01% | 0.39% | - |
HSV(B) | 340º | 0.03% | 0.4% | - |
XYZ | 12.24 | 12.67 | 13.86 | - |
YUV | 100.01 | 127.99 | 129.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 102 | 99 | 100 | 0 | 0.03 | 0.02 | 0.6 | 340 | 0.01 | 0.39 |
Hex | 66 | 63 | 64 | 0 | 3 | 2 | 3C | 154 | 1 | 27 |
Octal | 146 | 143 | 144 | 0 | 3 | 2 | 74 | 524 | 1 | 47 |
Binary | 1100110 | 1100011 | 1100100 | 0 | 11 | 10 | 111100 | 101010100 | 1 | 100111 |
Color Harmonies of #666364
Complementary color
Monochromatic Colors of #666364
Black with #666364
Text Example
Text Example
White with #666364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #666364; }
p { color: rgb(102,99,100); }
H1.HeaderClassName
{
color: #666364;
}
.AnyTagClassName
{
color: #666364;
}
</style>
background-color css
<style>
a { background-color: #666364; }
a { background-color: rgb(102,99,100); }
div.DivClassName
{
background-color: #666364;
}
.BgClassName
{
background-color: #666364;
}
</style>
border-color css
<style>
span { border-color: #666364; }
span { border-color: rgb(102,99,100); }
td.TdClassName
{
border-color: #666364;
}
.TagClassName
{
border-color: #666364;
}
</style>