Shades of Scorpion #736169
Tints of Scorpion #736169
RGB
CMYK
RGB Variations
Color information
#736169 (or 0x736169) is known color: Scorpion. HEX triplet: 73, 61 and 69. RGB value is (115,97,105). Sum of RGB (Red+Green+Blue) = 115+97+105=317 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.28% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 115 - color contains mainly: red. Hex color #736169 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #736169 is #8C9E96. Grayscale: #676767. Windows color (decimal): -9215639 or 6906227. OLE color: 6906227.
HSL color Cylindrical-coordinate representation of color #736169: hue angle of 333.33º degrees, saturation: 0.08, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #736169 is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 97 | 105 | - |
| CMYK | 0 | 0.16 | 0.09 | 0.55 |
| HSL | 333.33º | 0.08% | 0.42% | - |
| HSV(B) | 333.33º | 0.16% | 0.45% | - |
| XYZ | 13.89 | 13.21 | 15.18 | - |
| YUV | 103.29 | 128.96 | 136.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 97 | 105 | 0 | 0.16 | 0.09 | 0.55 | 333.33 | 0.08 | 0.42 |
| Hex | 73 | 61 | 69 | 0 | 10 | 9 | 37 | 14D | 8 | 2A |
| Octal | 163 | 141 | 151 | 0 | 20 | 11 | 67 | 515 | 10 | 52 |
| Binary | 1110011 | 1100001 | 1101001 | 0 | 10000 | 1001 | 110111 | 101001101 | 1000 | 101010 |
Color Harmonies of #736169
Complementary color
Monochromatic Colors of #736169
Black with #736169
Text Example
Text Example
White with #736169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #736169; }
p { color: rgb(115,97,105); }
H1.HeaderClassName
{
color: #736169;
}
.AnyTagClassName
{
color: #736169;
}
</style>
background-color css
<style>
a { background-color: #736169; }
a { background-color: rgb(115,97,105); }
div.DivClassName
{
background-color: #736169;
}
.BgClassName
{
background-color: #736169;
}
</style>
border-color css
<style>
span { border-color: #736169; }
span { border-color: rgb(115,97,105); }
td.TdClassName
{
border-color: #736169;
}
.TagClassName
{
border-color: #736169;
}
</style>