Shades of Scorpion #63585C
Tints of Scorpion #63585C
RGB
CMYK
RGB Variations
Color information
#63585C (or 0x63585C) is known color: Scorpion. HEX triplet: 63, 58 and 5C. RGB value is (99,88,92). Sum of RGB (Red+Green+Blue) = 99+88+92=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 88 (34.77% from 255 or 31.54% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #63585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63585C is #9CA7A3. Grayscale: #5B5B5B. Windows color (decimal): -10266532 or 6051939. OLE color: 6051939.
HSL color Cylindrical-coordinate representation of color #63585C: hue angle of 338.18º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #63585C is Cyan = 0, Magento = 0.11, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 88 | 92 | - |
| CMYK | 0 | 0.11 | 0.07 | 0.61 |
| HSL | 338.18º | 0.06% | 0.37% | - |
| HSV(B) | 338.18º | 0.11% | 0.39% | - |
| XYZ | 10.57 | 10.4 | 11.58 | - |
| YUV | 91.75 | 128.14 | 133.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 88 | 92 | 0 | 0.11 | 0.07 | 0.61 | 338.18 | 0.06 | 0.37 |
| Hex | 63 | 58 | 5C | 0 | B | 7 | 3D | 152 | 6 | 25 |
| Octal | 143 | 130 | 134 | 0 | 13 | 7 | 75 | 522 | 6 | 45 |
| Binary | 1100011 | 1011000 | 1011100 | 0 | 1011 | 111 | 111101 | 101010010 | 110 | 100101 |
Color Harmonies of #63585C
Complementary color
Monochromatic Colors of #63585C
Black with #63585C
Text Example
Text Example
White with #63585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63585C; }
p { color: rgb(99,88,92); }
H1.HeaderClassName
{
color: #63585C;
}
.AnyTagClassName
{
color: #63585C;
}
</style>
background-color css
<style>
a { background-color: #63585C; }
a { background-color: rgb(99,88,92); }
div.DivClassName
{
background-color: #63585C;
}
.BgClassName
{
background-color: #63585C;
}
</style>
border-color css
<style>
span { border-color: #63585C; }
span { border-color: rgb(99,88,92); }
td.TdClassName
{
border-color: #63585C;
}
.TagClassName
{
border-color: #63585C;
}
</style>