Shades of Scorpion #71636B
Tints of Scorpion #71636B
RGB
CMYK
RGB Variations
Color information
#71636B (or 0x71636B) is known color: Scorpion. HEX triplet: 71, 63 and 6B. RGB value is (113,99,107). Sum of RGB (Red+Green+Blue) = 113+99+107=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 99 (39.06% from 255 or 31.03% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 113 - color contains mainly: red. Hex color #71636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71636B is #8E9C94. Grayscale: #686868. Windows color (decimal): -9346197 or 7037809. OLE color: 7037809.
HSL color Cylindrical-coordinate representation of color #71636B: hue angle of 325.71º degrees, saturation: 0.07, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #71636B is Cyan = 0, Magento = 0.12, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 99 | 107 | - |
| CMYK | 0 | 0.12 | 0.05 | 0.56 |
| HSL | 325.71º | 0.07% | 0.42% | - |
| HSV(B) | 325.71º | 0.12% | 0.44% | - |
| XYZ | 13.93 | 13.5 | 15.78 | - |
| YUV | 104.1 | 129.64 | 134.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 99 | 107 | 0 | 0.12 | 0.05 | 0.56 | 325.71 | 0.07 | 0.42 |
| Hex | 71 | 63 | 6B | 0 | C | 5 | 38 | 146 | 7 | 2A |
| Octal | 161 | 143 | 153 | 0 | 14 | 5 | 70 | 506 | 7 | 52 |
| Binary | 1110001 | 1100011 | 1101011 | 0 | 1100 | 101 | 111000 | 101000110 | 111 | 101010 |
Color Harmonies of #71636B
Complementary color
Monochromatic Colors of #71636B
Black with #71636B
Text Example
Text Example
White with #71636B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71636B; }
p { color: rgb(113,99,107); }
H1.HeaderClassName
{
color: #71636B;
}
.AnyTagClassName
{
color: #71636B;
}
</style>
background-color css
<style>
a { background-color: #71636B; }
a { background-color: rgb(113,99,107); }
div.DivClassName
{
background-color: #71636B;
}
.BgClassName
{
background-color: #71636B;
}
</style>
border-color css
<style>
span { border-color: #71636B; }
span { border-color: rgb(113,99,107); }
td.TdClassName
{
border-color: #71636B;
}
.TagClassName
{
border-color: #71636B;
}
</style>