Shades of Scorpion #635D60
Tints of Scorpion #635D60
RGB
CMYK
RGB Variations
Color information
#635D60 (or 0x635D60) is known color: Scorpion. HEX triplet: 63, 5D and 60. RGB value is (99,93,96). Sum of RGB (Red+Green+Blue) = 99+93+96=288 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.38% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 99 - color contains mainly: red. Hex color #635D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D60 is #9CA29F. Grayscale: #5F5F5F. Windows color (decimal): -10265248 or 6315363. OLE color: 6315363.
HSL color Cylindrical-coordinate representation of color #635D60: hue angle of 330º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #635D60 is Cyan = 0, Magento = 0.06, Yellow = 0.03 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 93 | 96 | - |
| CMYK | 0 | 0.06 | 0.03 | 0.61 |
| HSL | 330º | 0.03% | 0.38% | - |
| HSV(B) | 330º | 0.06% | 0.39% | - |
| XYZ | 11.17 | 11.33 | 12.66 | - |
| YUV | 95.14 | 128.49 | 130.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 93 | 96 | 0 | 0.06 | 0.03 | 0.61 | 330 | 0.03 | 0.38 |
| Hex | 63 | 5D | 60 | 0 | 6 | 3 | 3D | 14A | 3 | 26 |
| Octal | 143 | 135 | 140 | 0 | 6 | 3 | 75 | 512 | 3 | 46 |
| Binary | 1100011 | 1011101 | 1100000 | 0 | 110 | 11 | 111101 | 101001010 | 11 | 100110 |
Color Harmonies of #635D60
Complementary color
Monochromatic Colors of #635D60
Black with #635D60
Text Example
Text Example
White with #635D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635D60; }
p { color: rgb(99,93,96); }
H1.HeaderClassName
{
color: #635D60;
}
.AnyTagClassName
{
color: #635D60;
}
</style>
background-color css
<style>
a { background-color: #635D60; }
a { background-color: rgb(99,93,96); }
div.DivClassName
{
background-color: #635D60;
}
.BgClassName
{
background-color: #635D60;
}
</style>
border-color css
<style>
span { border-color: #635D60; }
span { border-color: rgb(99,93,96); }
td.TdClassName
{
border-color: #635D60;
}
.TagClassName
{
border-color: #635D60;
}
</style>