Shades of Scorpion #6F585F
Tints of Scorpion #6F585F
RGB
CMYK
RGB Variations
Color information
#6F585F (or 0x6F585F) is known color: Scorpion. HEX triplet: 6F, 58 and 5F. RGB value is (111,88,95). Sum of RGB (Red+Green+Blue) = 111+88+95=294 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.76% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 95 (37.5% from 255 or 32.31% from 294); Max value from RGB is 111 - color contains mainly: red. Hex color #6F585F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F585F is #90A7A0. Grayscale: #5F5F5F. Windows color (decimal): -9480097 or 6248559. OLE color: 6248559.
HSL color Cylindrical-coordinate representation of color #6F585F: hue angle of 341.74º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6F585F is Cyan = 0, Magento = 0.21, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 88 | 95 | - |
| CMYK | 0 | 0.21 | 0.14 | 0.56 |
| HSL | 341.74º | 0.12% | 0.39% | - |
| HSV(B) | 341.74º | 0.21% | 0.44% | - |
| XYZ | 12.11 | 11.19 | 12.35 | - |
| YUV | 95.68 | 127.62 | 138.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 88 | 95 | 0 | 0.21 | 0.14 | 0.56 | 341.74 | 0.12 | 0.39 |
| Hex | 6F | 58 | 5F | 0 | 15 | E | 38 | 156 | C | 27 |
| Octal | 157 | 130 | 137 | 0 | 25 | 16 | 70 | 526 | 14 | 47 |
| Binary | 1101111 | 1011000 | 1011111 | 0 | 10101 | 1110 | 111000 | 101010110 | 1100 | 100111 |
Color Harmonies of #6F585F
Complementary color
Monochromatic Colors of #6F585F
Black with #6F585F
Text Example
Text Example
White with #6F585F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F585F; }
p { color: rgb(111,88,95); }
H1.HeaderClassName
{
color: #6F585F;
}
.AnyTagClassName
{
color: #6F585F;
}
</style>
background-color css
<style>
a { background-color: #6F585F; }
a { background-color: rgb(111,88,95); }
div.DivClassName
{
background-color: #6F585F;
}
.BgClassName
{
background-color: #6F585F;
}
</style>
border-color css
<style>
span { border-color: #6F585F; }
span { border-color: rgb(111,88,95); }
td.TdClassName
{
border-color: #6F585F;
}
.TagClassName
{
border-color: #6F585F;
}
</style>