Shades of Scorpion #67585D
Tints of Scorpion #67585D
RGB
CMYK
RGB Variations
Color information
#67585D (or 0x67585D) is known color: Scorpion. HEX triplet: 67, 58 and 5D. RGB value is (103,88,93). Sum of RGB (Red+Green+Blue) = 103+88+93=284 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.27% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 103 - color contains mainly: red. Hex color #67585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67585D is #98A7A2. Grayscale: #5D5D5D. Windows color (decimal): -10004387 or 6117479. OLE color: 6117479.
HSL color Cylindrical-coordinate representation of color #67585D: hue angle of 340º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #67585D is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 88 | 93 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.60 |
| HSL | 340º | 0.08% | 0.37% | - |
| HSV(B) | 340º | 0.15% | 0.4% | - |
| XYZ | 11.06 | 10.65 | 11.83 | - |
| YUV | 93.06 | 127.97 | 135.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 93 | 0 | 0.15 | 0.10 | 0.60 | 340 | 0.08 | 0.37 |
| Hex | 67 | 58 | 5D | 0 | F | A | 3C | 154 | 8 | 25 |
| Octal | 147 | 130 | 135 | 0 | 17 | 12 | 74 | 524 | 10 | 45 |
| Binary | 1100111 | 1011000 | 1011101 | 0 | 1111 | 1010 | 111100 | 101010100 | 1000 | 100101 |
Color Harmonies of #67585D
Complementary color
Monochromatic Colors of #67585D
Black with #67585D
Text Example
Text Example
White with #67585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67585D; }
p { color: rgb(103,88,93); }
H1.HeaderClassName
{
color: #67585D;
}
.AnyTagClassName
{
color: #67585D;
}
</style>
background-color css
<style>
a { background-color: #67585D; }
a { background-color: rgb(103,88,93); }
div.DivClassName
{
background-color: #67585D;
}
.BgClassName
{
background-color: #67585D;
}
</style>
border-color css
<style>
span { border-color: #67585D; }
span { border-color: rgb(103,88,93); }
td.TdClassName
{
border-color: #67585D;
}
.TagClassName
{
border-color: #67585D;
}
</style>