Shades of Scorpion #67585F
Tints of Scorpion #67585F
RGB
CMYK
RGB Variations
Color information
#67585F (or 0x67585F) is known color: Scorpion. HEX triplet: 67, 58 and 5F. RGB value is (103,88,95). Sum of RGB (Red+Green+Blue) = 103+88+95=286 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.01% from 286); Green value is 88 (34.77% from 255 or 30.77% from 286); Blue value is 95 (37.5% from 255 or 33.22% from 286); Max value from RGB is 103 - color contains mainly: red. Hex color #67585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67585F is #98A7A0. Grayscale: #5D5D5D. Windows color (decimal): -10004385 or 6248551. OLE color: 6248551.
HSL color Cylindrical-coordinate representation of color #67585F: hue angle of 332º 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 #67585F is Cyan = 0, Magento = 0.15, Yellow = 0.08 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 88 | 95 | - |
| CMYK | 0 | 0.15 | 0.08 | 0.60 |
| HSL | 332º | 0.08% | 0.37% | - |
| HSV(B) | 332º | 0.15% | 0.4% | - |
| XYZ | 11.15 | 10.69 | 12.3 | - |
| YUV | 93.28 | 128.97 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 95 | 0 | 0.15 | 0.08 | 0.60 | 332 | 0.08 | 0.37 |
| Hex | 67 | 58 | 5F | 0 | F | 8 | 3C | 14C | 8 | 25 |
| Octal | 147 | 130 | 137 | 0 | 17 | 10 | 74 | 514 | 10 | 45 |
| Binary | 1100111 | 1011000 | 1011111 | 0 | 1111 | 1000 | 111100 | 101001100 | 1000 | 100101 |
Color Harmonies of #67585F
Complementary color
Monochromatic Colors of #67585F
Black with #67585F
Text Example
Text Example
White with #67585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67585F; }
p { color: rgb(103,88,95); }
H1.HeaderClassName
{
color: #67585F;
}
.AnyTagClassName
{
color: #67585F;
}
</style>
background-color css
<style>
a { background-color: #67585F; }
a { background-color: rgb(103,88,95); }
div.DivClassName
{
background-color: #67585F;
}
.BgClassName
{
background-color: #67585F;
}
</style>
border-color css
<style>
span { border-color: #67585F; }
span { border-color: rgb(103,88,95); }
td.TdClassName
{
border-color: #67585F;
}
.TagClassName
{
border-color: #67585F;
}
</style>