Shades of Scorpion #63575C
Tints of Scorpion #63575C
RGB
CMYK
RGB Variations
Color information
#63575C (or 0x63575C) is known color: Scorpion. HEX triplet: 63, 57 and 5C. RGB value is (99,87,92). Sum of RGB (Red+Green+Blue) = 99+87+92=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 87 (34.38% from 255 or 31.29% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #63575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63575C is #9CA8A3. Grayscale: #5B5B5B. Windows color (decimal): -10266788 or 6051683. OLE color: 6051683.
HSL color Cylindrical-coordinate representation of color #63575C: hue angle of 335º degrees, saturation: 0.06, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #63575C is Cyan = 0, Magento = 0.12, Yellow = 0.07 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 87 | 92 | - |
| CMYK | 0 | 0.12 | 0.07 | 0.61 |
| HSL | 335º | 0.06% | 0.36% | - |
| HSV(B) | 335º | 0.12% | 0.39% | - |
| XYZ | 10.49 | 10.24 | 11.55 | - |
| YUV | 91.16 | 128.48 | 133.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 87 | 92 | 0 | 0.12 | 0.07 | 0.61 | 335 | 0.06 | 0.36 |
| Hex | 63 | 57 | 5C | 0 | C | 7 | 3D | 14F | 6 | 24 |
| Octal | 143 | 127 | 134 | 0 | 14 | 7 | 75 | 517 | 6 | 44 |
| Binary | 1100011 | 1010111 | 1011100 | 0 | 1100 | 111 | 111101 | 101001111 | 110 | 100100 |
Color Harmonies of #63575C
Complementary color
Monochromatic Colors of #63575C
Black with #63575C
Text Example
Text Example
White with #63575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63575C; }
p { color: rgb(99,87,92); }
H1.HeaderClassName
{
color: #63575C;
}
.AnyTagClassName
{
color: #63575C;
}
</style>
background-color css
<style>
a { background-color: #63575C; }
a { background-color: rgb(99,87,92); }
div.DivClassName
{
background-color: #63575C;
}
.BgClassName
{
background-color: #63575C;
}
</style>
border-color css
<style>
span { border-color: #63575C; }
span { border-color: rgb(99,87,92); }
td.TdClassName
{
border-color: #63575C;
}
.TagClassName
{
border-color: #63575C;
}
</style>