Shades of Scorpion #6F5F65
Tints of Scorpion #6F5F65
RGB
CMYK
RGB Variations
Color information
#6F5F65 (or 0x6F5F65) is known color: Scorpion. HEX triplet: 6F, 5F and 65. RGB value is (111,95,101). Sum of RGB (Red+Green+Blue) = 111+95+101=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 101 (39.84% from 255 or 32.90% from 307); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5F65 is #90A09A. Grayscale: #646464. Windows color (decimal): -9478299 or 6643567. OLE color: 6643567.
HSL color Cylindrical-coordinate representation of color #6F5F65: hue angle of 337.5º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #6F5F65 is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 95 | 101 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.56 |
| HSL | 337.5º | 0.08% | 0.4% | - |
| HSV(B) | 337.5º | 0.14% | 0.44% | - |
| XYZ | 13 | 12.5 | 14.04 | - |
| YUV | 100.47 | 128.3 | 135.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 95 | 101 | 0 | 0.14 | 0.09 | 0.56 | 337.5 | 0.08 | 0.4 |
| Hex | 6F | 5F | 65 | 0 | E | 9 | 38 | 152 | 8 | 28 |
| Octal | 157 | 137 | 145 | 0 | 16 | 11 | 70 | 522 | 10 | 50 |
| Binary | 1101111 | 1011111 | 1100101 | 0 | 1110 | 1001 | 111000 | 101010010 | 1000 | 101000 |
Color Harmonies of #6F5F65
Complementary color
Monochromatic Colors of #6F5F65
Black with #6F5F65
Text Example
Text Example
White with #6F5F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5F65; }
p { color: rgb(111,95,101); }
H1.HeaderClassName
{
color: #6F5F65;
}
.AnyTagClassName
{
color: #6F5F65;
}
</style>
background-color css
<style>
a { background-color: #6F5F65; }
a { background-color: rgb(111,95,101); }
div.DivClassName
{
background-color: #6F5F65;
}
.BgClassName
{
background-color: #6F5F65;
}
</style>
border-color css
<style>
span { border-color: #6F5F65; }
span { border-color: rgb(111,95,101); }
td.TdClassName
{
border-color: #6F5F65;
}
.TagClassName
{
border-color: #6F5F65;
}
</style>