Shades of Scorpion #635A5E
Tints of Scorpion #635A5E
RGB
CMYK
RGB Variations
Color information
#635A5E (or 0x635A5E) is known color: Scorpion. HEX triplet: 63, 5A and 5E. RGB value is (99,90,94). Sum of RGB (Red+Green+Blue) = 99+90+94=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 99 - color contains mainly: red. Hex color #635A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635A5E is #9CA5A1. Grayscale: #5D5D5D. Windows color (decimal): -10266018 or 6183523. OLE color: 6183523.
HSL color Cylindrical-coordinate representation of color #635A5E: hue angle of 333.33º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #635A5E is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 90 | 94 | - |
| CMYK | 0 | 0.09 | 0.05 | 0.61 |
| HSL | 333.33º | 0.05% | 0.37% | - |
| HSV(B) | 333.33º | 0.09% | 0.39% | - |
| XYZ | 10.82 | 10.77 | 12.1 | - |
| YUV | 93.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 90 | 94 | 0 | 0.09 | 0.05 | 0.61 | 333.33 | 0.05 | 0.37 |
| Hex | 63 | 5A | 5E | 0 | 9 | 5 | 3D | 14D | 5 | 25 |
| Octal | 143 | 132 | 136 | 0 | 11 | 5 | 75 | 515 | 5 | 45 |
| Binary | 1100011 | 1011010 | 1011110 | 0 | 1001 | 101 | 111101 | 101001101 | 101 | 100101 |
Color Harmonies of #635A5E
Complementary color
Monochromatic Colors of #635A5E
Black with #635A5E
Text Example
Text Example
White with #635A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635A5E; }
p { color: rgb(99,90,94); }
H1.HeaderClassName
{
color: #635A5E;
}
.AnyTagClassName
{
color: #635A5E;
}
</style>
background-color css
<style>
a { background-color: #635A5E; }
a { background-color: rgb(99,90,94); }
div.DivClassName
{
background-color: #635A5E;
}
.BgClassName
{
background-color: #635A5E;
}
</style>
border-color css
<style>
span { border-color: #635A5E; }
span { border-color: rgb(99,90,94); }
td.TdClassName
{
border-color: #635A5E;
}
.TagClassName
{
border-color: #635A5E;
}
</style>