Shades of Scorpion #6F6165
Tints of Scorpion #6F6165
RGB
CMYK
RGB Variations
Color information
#6F6165 (or 0x6F6165) is known color: Scorpion. HEX triplet: 6F, 61 and 65. RGB value is (111,97,101). Sum of RGB (Red+Green+Blue) = 111+97+101=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 97 (38.28% from 255 or 31.39% from 309); Blue value is 101 (39.84% from 255 or 32.69% from 309); Max value from RGB is 111 - color contains mainly: red. Hex color #6F6165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F6165 is #909E9A. Grayscale: #656565. Windows color (decimal): -9477787 or 6644079. OLE color: 6644079.
HSL color Cylindrical-coordinate representation of color #6F6165: hue angle of 342.86º degrees, saturation: 0.07, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #6F6165 is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 97 | 101 | - |
| CMYK | 0 | 0.13 | 0.09 | 0.56 |
| HSL | 342.86º | 0.07% | 0.41% | - |
| HSV(B) | 342.86º | 0.13% | 0.44% | - |
| XYZ | 13.18 | 12.87 | 14.1 | - |
| YUV | 101.64 | 127.64 | 134.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 97 | 101 | 0 | 0.13 | 0.09 | 0.56 | 342.86 | 0.07 | 0.41 |
| Hex | 6F | 61 | 65 | 0 | D | 9 | 38 | 157 | 7 | 29 |
| Octal | 157 | 141 | 145 | 0 | 15 | 11 | 70 | 527 | 7 | 51 |
| Binary | 1101111 | 1100001 | 1100101 | 0 | 1101 | 1001 | 111000 | 101010111 | 111 | 101001 |
Color Harmonies of #6F6165
Complementary color
Monochromatic Colors of #6F6165
Black with #6F6165
Text Example
Text Example
White with #6F6165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F6165; }
p { color: rgb(111,97,101); }
H1.HeaderClassName
{
color: #6F6165;
}
.AnyTagClassName
{
color: #6F6165;
}
</style>
background-color css
<style>
a { background-color: #6F6165; }
a { background-color: rgb(111,97,101); }
div.DivClassName
{
background-color: #6F6165;
}
.BgClassName
{
background-color: #6F6165;
}
</style>
border-color css
<style>
span { border-color: #6F6165; }
span { border-color: rgb(111,97,101); }
td.TdClassName
{
border-color: #6F6165;
}
.TagClassName
{
border-color: #6F6165;
}
</style>