Shades of Scorpion #6F575F
Tints of Scorpion #6F575F
RGB
CMYK
RGB Variations
Color information
#6F575F (or 0x6F575F) is known color: Scorpion. HEX triplet: 6F, 57 and 5F. RGB value is (111,87,95). Sum of RGB (Red+Green+Blue) = 111+87+95=293 (38% of max value = 765). Red value is 111 (43.75% from 255 or 37.88% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 111 - color contains mainly: red. Hex color #6F575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F575F is #90A8A0. Grayscale: #5F5F5F. Windows color (decimal): -9480353 or 6248303. OLE color: 6248303.
HSL color Cylindrical-coordinate representation of color #6F575F: hue angle of 340º degrees, saturation: 0.12, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F575F is Cyan = 0, Magento = 0.22, Yellow = 0.14 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 87 | 95 | - |
| CMYK | 0 | 0.22 | 0.14 | 0.56 |
| HSL | 340º | 0.12% | 0.39% | - |
| HSV(B) | 340º | 0.22% | 0.44% | - |
| XYZ | 12.03 | 11.02 | 12.32 | - |
| YUV | 95.09 | 127.95 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 87 | 95 | 0 | 0.22 | 0.14 | 0.56 | 340 | 0.12 | 0.39 |
| Hex | 6F | 57 | 5F | 0 | 16 | E | 38 | 154 | C | 27 |
| Octal | 157 | 127 | 137 | 0 | 26 | 16 | 70 | 524 | 14 | 47 |
| Binary | 1101111 | 1010111 | 1011111 | 0 | 10110 | 1110 | 111000 | 101010100 | 1100 | 100111 |
Color Harmonies of #6F575F
Complementary color
Monochromatic Colors of #6F575F
Black with #6F575F
Text Example
Text Example
White with #6F575F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F575F; }
p { color: rgb(111,87,95); }
H1.HeaderClassName
{
color: #6F575F;
}
.AnyTagClassName
{
color: #6F575F;
}
</style>
background-color css
<style>
a { background-color: #6F575F; }
a { background-color: rgb(111,87,95); }
div.DivClassName
{
background-color: #6F575F;
}
.BgClassName
{
background-color: #6F575F;
}
</style>
border-color css
<style>
span { border-color: #6F575F; }
span { border-color: rgb(111,87,95); }
td.TdClassName
{
border-color: #6F575F;
}
.TagClassName
{
border-color: #6F575F;
}
</style>