Shades of Scorpion #63595E
Tints of Scorpion #63595E
RGB
CMYK
RGB Variations
Color information
#63595E (or 0x63595E) is known color: Scorpion. HEX triplet: 63, 59 and 5E. RGB value is (99,89,94). Sum of RGB (Red+Green+Blue) = 99+89+94=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 94 (37.11% from 255 or 33.33% from 282); Max value from RGB is 99 - color contains mainly: red. Hex color #63595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63595E is #9CA6A1. Grayscale: #5C5C5C. Windows color (decimal): -10266274 or 6183267. OLE color: 6183267.
HSL color Cylindrical-coordinate representation of color #63595E: hue angle of 330º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #63595E is Cyan = 0, Magento = 0.10, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 89 | 94 | - |
| CMYK | 0 | 0.10 | 0.05 | 0.61 |
| HSL | 330º | 0.05% | 0.37% | - |
| HSV(B) | 330º | 0.1% | 0.39% | - |
| XYZ | 10.74 | 10.61 | 12.07 | - |
| YUV | 92.56 | 128.81 | 132.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 89 | 94 | 0 | 0.10 | 0.05 | 0.61 | 330 | 0.05 | 0.37 |
| Hex | 63 | 59 | 5E | 0 | A | 5 | 3D | 14A | 5 | 25 |
| Octal | 143 | 131 | 136 | 0 | 12 | 5 | 75 | 512 | 5 | 45 |
| Binary | 1100011 | 1011001 | 1011110 | 0 | 1010 | 101 | 111101 | 101001010 | 101 | 100101 |
Color Harmonies of #63595E
Complementary color
Monochromatic Colors of #63595E
Black with #63595E
Text Example
Text Example
White with #63595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63595E; }
p { color: rgb(99,89,94); }
H1.HeaderClassName
{
color: #63595E;
}
.AnyTagClassName
{
color: #63595E;
}
</style>
background-color css
<style>
a { background-color: #63595E; }
a { background-color: rgb(99,89,94); }
div.DivClassName
{
background-color: #63595E;
}
.BgClassName
{
background-color: #63595E;
}
</style>
border-color css
<style>
span { border-color: #63595E; }
span { border-color: rgb(99,89,94); }
td.TdClassName
{
border-color: #63595E;
}
.TagClassName
{
border-color: #63595E;
}
</style>