Shades of Scorpion #6F5D64
Tints of Scorpion #6F5D64
RGB
CMYK
RGB Variations
Color information
#6F5D64 (or 0x6F5D64) is known color: Scorpion. HEX triplet: 6F, 5D and 64. RGB value is (111,93,100). Sum of RGB (Red+Green+Blue) = 111+93+100=304 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.51% from 304); Green value is 93 (36.72% from 255 or 30.59% from 304); Blue value is 100 (39.45% from 255 or 32.89% from 304); Max value from RGB is 111 - color contains mainly: red. Hex color #6F5D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F5D64 is #90A29B. Grayscale: #636363. Windows color (decimal): -9478812 or 6577519. OLE color: 6577519.
HSL color Cylindrical-coordinate representation of color #6F5D64: hue angle of 336.67º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6F5D64 is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 93 | 100 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.56 |
| HSL | 336.67º | 0.09% | 0.4% | - |
| HSV(B) | 336.67º | 0.16% | 0.44% | - |
| XYZ | 12.77 | 12.13 | 13.72 | - |
| YUV | 99.18 | 128.46 | 136.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 93 | 100 | 0 | 0.16 | 0.10 | 0.56 | 336.67 | 0.09 | 0.4 |
| Hex | 6F | 5D | 64 | 0 | 10 | A | 38 | 151 | 9 | 28 |
| Octal | 157 | 135 | 144 | 0 | 20 | 12 | 70 | 521 | 11 | 50 |
| Binary | 1101111 | 1011101 | 1100100 | 0 | 10000 | 1010 | 111000 | 101010001 | 1001 | 101000 |
Color Harmonies of #6F5D64
Complementary color
Monochromatic Colors of #6F5D64
Black with #6F5D64
Text Example
Text Example
White with #6F5D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F5D64; }
p { color: rgb(111,93,100); }
H1.HeaderClassName
{
color: #6F5D64;
}
.AnyTagClassName
{
color: #6F5D64;
}
</style>
background-color css
<style>
a { background-color: #6F5D64; }
a { background-color: rgb(111,93,100); }
div.DivClassName
{
background-color: #6F5D64;
}
.BgClassName
{
background-color: #6F5D64;
}
</style>
border-color css
<style>
span { border-color: #6F5D64; }
span { border-color: rgb(111,93,100); }
td.TdClassName
{
border-color: #6F5D64;
}
.TagClassName
{
border-color: #6F5D64;
}
</style>