Shades of Scorpion #67595D
Tints of Scorpion #67595D
RGB
CMYK
RGB Variations
Color information
#67595D (or 0x67595D) is known color: Scorpion. HEX triplet: 67, 59 and 5D. RGB value is (103,89,93). Sum of RGB (Red+Green+Blue) = 103+89+93=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #67595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67595D is #98A6A2. Grayscale: #5D5D5D. Windows color (decimal): -10004131 or 6117735. OLE color: 6117735.
HSL color Cylindrical-coordinate representation of color #67595D: hue angle of 342.86º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #67595D is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 89 | 93 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.60 |
| HSL | 342.86º | 0.07% | 0.38% | - |
| HSV(B) | 342.86º | 0.14% | 0.4% | - |
| XYZ | 11.14 | 10.82 | 11.86 | - |
| YUV | 93.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 93 | 0 | 0.14 | 0.10 | 0.60 | 342.86 | 0.07 | 0.38 |
| Hex | 67 | 59 | 5D | 0 | E | A | 3C | 157 | 7 | 26 |
| Octal | 147 | 131 | 135 | 0 | 16 | 12 | 74 | 527 | 7 | 46 |
| Binary | 1100111 | 1011001 | 1011101 | 0 | 1110 | 1010 | 111100 | 101010111 | 111 | 100110 |
Color Harmonies of #67595D
Complementary color
Monochromatic Colors of #67595D
Black with #67595D
Text Example
Text Example
White with #67595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67595D; }
p { color: rgb(103,89,93); }
H1.HeaderClassName
{
color: #67595D;
}
.AnyTagClassName
{
color: #67595D;
}
</style>
background-color css
<style>
a { background-color: #67595D; }
a { background-color: rgb(103,89,93); }
div.DivClassName
{
background-color: #67595D;
}
.BgClassName
{
background-color: #67595D;
}
</style>
border-color css
<style>
span { border-color: #67595D; }
span { border-color: rgb(103,89,93); }
td.TdClassName
{
border-color: #67595D;
}
.TagClassName
{
border-color: #67595D;
}
</style>