Shades of Scorpion #6F5B62
Tints of Scorpion #6F5B62
RGB
CMYK
RGB Variations
Color information
#6F5B62 (or 0x6F5B62) is known color: Scorpion. HEX triplet: 6F, 5B and 62. RGB value is (111,91,98). Sum of RGB (Red+Green+Blue) = 111+91+98=300 (39% of max value = 765). Red value is 111 (43.75% from 255 or 37% from 300); Green value is 91 (35.94% from 255 or 30.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5B62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5B62 is #90A49D. Grayscale: #616161. Windows color (decimal): -9479326 or 6445935. OLE color: 6445935.
HSL color Cylindrical-coordinate representation of color #6F5B62: hue angle of 339º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #6F5B62 is Cyan = 0, Magento = 0.18, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 91 | 98 | - |
| CMYK | 0 | 0.18 | 0.12 | 0.56 |
| HSL | 339º | 0.1% | 0.4% | - |
| HSV(B) | 339º | 0.18% | 0.44% | - |
| XYZ | 12.5 | 11.74 | 13.16 | - |
| YUV | 97.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 91 | 98 | 0 | 0.18 | 0.12 | 0.56 | 339 | 0.1 | 0.4 |
| Hex | 6F | 5B | 62 | 0 | 12 | C | 38 | 153 | A | 28 |
| Octal | 157 | 133 | 142 | 0 | 22 | 14 | 70 | 523 | 12 | 50 |
| Binary | 1101111 | 1011011 | 1100010 | 0 | 10010 | 1100 | 111000 | 101010011 | 1010 | 101000 |
Color Harmonies of #6F5B62
Complementary color
Monochromatic Colors of #6F5B62
Black with #6F5B62
Text Example
Text Example
White with #6F5B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5B62; }
p { color: rgb(111,91,98); }
H1.HeaderClassName
{
color: #6F5B62;
}
.AnyTagClassName
{
color: #6F5B62;
}
</style>
background-color css
<style>
a { background-color: #6F5B62; }
a { background-color: rgb(111,91,98); }
div.DivClassName
{
background-color: #6F5B62;
}
.BgClassName
{
background-color: #6F5B62;
}
</style>
border-color css
<style>
span { border-color: #6F5B62; }
span { border-color: rgb(111,91,98); }
td.TdClassName
{
border-color: #6F5B62;
}
.TagClassName
{
border-color: #6F5B62;
}
</style>