Shades of Scorpion #69595E
Tints of Scorpion #69595E
RGB
CMYK
RGB Variations
Color information
#69595E (or 0x69595E) is known color: Scorpion. HEX triplet: 69, 59 and 5E. RGB value is (105,89,94). Sum of RGB (Red+Green+Blue) = 105+89+94=288 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.46% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 105 - color contains mainly: red. Hex color #69595E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69595E is #96A6A1. Grayscale: #5E5E5E. Windows color (decimal): -9873058 or 6183273. OLE color: 6183273.
HSL color Cylindrical-coordinate representation of color #69595E: hue angle of 341.25º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #69595E is Cyan = 0, Magento = 0.15, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 89 | 94 | - |
| CMYK | 0 | 0.15 | 0.10 | 0.59 |
| HSL | 341.25º | 0.08% | 0.38% | - |
| HSV(B) | 341.25º | 0.15% | 0.41% | - |
| XYZ | 11.42 | 10.96 | 12.1 | - |
| YUV | 94.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 89 | 94 | 0 | 0.15 | 0.10 | 0.59 | 341.25 | 0.08 | 0.38 |
| Hex | 69 | 59 | 5E | 0 | F | A | 3B | 155 | 8 | 26 |
| Octal | 151 | 131 | 136 | 0 | 17 | 12 | 73 | 525 | 10 | 46 |
| Binary | 1101001 | 1011001 | 1011110 | 0 | 1111 | 1010 | 111011 | 101010101 | 1000 | 100110 |
Color Harmonies of #69595E
Complementary color
Monochromatic Colors of #69595E
Black with #69595E
Text Example
Text Example
White with #69595E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69595E; }
p { color: rgb(105,89,94); }
H1.HeaderClassName
{
color: #69595E;
}
.AnyTagClassName
{
color: #69595E;
}
</style>
background-color css
<style>
a { background-color: #69595E; }
a { background-color: rgb(105,89,94); }
div.DivClassName
{
background-color: #69595E;
}
.BgClassName
{
background-color: #69595E;
}
</style>
border-color css
<style>
span { border-color: #69595E; }
span { border-color: rgb(105,89,94); }
td.TdClassName
{
border-color: #69595E;
}
.TagClassName
{
border-color: #69595E;
}
</style>