Shades of Scorpion #635B5E
Tints of Scorpion #635B5E
RGB
CMYK
RGB Variations
Color information
#635B5E (or 0x635B5E) is known color: Scorpion. HEX triplet: 63, 5B and 5E. RGB value is (99,91,94). Sum of RGB (Red+Green+Blue) = 99+91+94=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 94 (37.11% from 255 or 33.10% from 284); Max value from RGB is 99 - color contains mainly: red. Hex color #635B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B5E is #9CA4A1. Grayscale: #5D5D5D. Windows color (decimal): -10265762 or 6183779. OLE color: 6183779.
HSL color Cylindrical-coordinate representation of color #635B5E: hue angle of 337.5º degrees, saturation: 0.04, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #635B5E is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.61.
Color convert
RGB | 99 | 91 | 94 | - |
CMYK | 0 | 0.08 | 0.05 | 0.61 |
HSL | 337.5º | 0.04% | 0.37% | - |
HSV(B) | 337.5º | 0.08% | 0.39% | - |
XYZ | 10.91 | 10.94 | 12.13 | - |
YUV | 93.73 | 128.15 | 131.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 99 | 91 | 94 | 0 | 0.08 | 0.05 | 0.61 | 337.5 | 0.04 | 0.37 |
Hex | 63 | 5B | 5E | 0 | 8 | 5 | 3D | 152 | 4 | 25 |
Octal | 143 | 133 | 136 | 0 | 10 | 5 | 75 | 522 | 4 | 45 |
Binary | 1100011 | 1011011 | 1011110 | 0 | 1000 | 101 | 111101 | 101010010 | 100 | 100101 |
Color Harmonies of #635B5E
Complementary color
Monochromatic Colors of #635B5E
Black with #635B5E
Text Example
Text Example
White with #635B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #635B5E; }
p { color: rgb(99,91,94); }
H1.HeaderClassName
{
color: #635B5E;
}
.AnyTagClassName
{
color: #635B5E;
}
</style>
background-color css
<style>
a { background-color: #635B5E; }
a { background-color: rgb(99,91,94); }
div.DivClassName
{
background-color: #635B5E;
}
.BgClassName
{
background-color: #635B5E;
}
</style>
border-color css
<style>
span { border-color: #635B5E; }
span { border-color: rgb(99,91,94); }
td.TdClassName
{
border-color: #635B5E;
}
.TagClassName
{
border-color: #635B5E;
}
</style>