Shades of Scorpion #69585E
Tints of Scorpion #69585E
RGB
CMYK
RGB Variations
Color information
#69585E (or 0x69585E) is known color: Scorpion. HEX triplet: 69, 58 and 5E. RGB value is (105,88,94). Sum of RGB (Red+Green+Blue) = 105+88+94=287 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.59% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 94 (37.11% from 255 or 32.75% from 287); Max value from RGB is 105 - color contains mainly: red. Hex color #69585E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69585E is #96A7A1. Grayscale: #5D5D5D. Windows color (decimal): -9873314 or 6183017. OLE color: 6183017.
HSL color Cylindrical-coordinate representation of color #69585E: hue angle of 338.82º degrees, saturation: 0.09, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #69585E is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 88 | 94 | - |
| CMYK | 0 | 0.16 | 0.10 | 0.59 |
| HSL | 338.82º | 0.09% | 0.38% | - |
| HSV(B) | 338.82º | 0.16% | 0.41% | - |
| XYZ | 11.34 | 10.79 | 12.08 | - |
| YUV | 93.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 88 | 94 | 0 | 0.16 | 0.10 | 0.59 | 338.82 | 0.09 | 0.38 |
| Hex | 69 | 58 | 5E | 0 | 10 | A | 3B | 153 | 9 | 26 |
| Octal | 151 | 130 | 136 | 0 | 20 | 12 | 73 | 523 | 11 | 46 |
| Binary | 1101001 | 1011000 | 1011110 | 0 | 10000 | 1010 | 111011 | 101010011 | 1001 | 100110 |
Color Harmonies of #69585E
Complementary color
Monochromatic Colors of #69585E
Black with #69585E
Text Example
Text Example
White with #69585E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69585E; }
p { color: rgb(105,88,94); }
H1.HeaderClassName
{
color: #69585E;
}
.AnyTagClassName
{
color: #69585E;
}
</style>
background-color css
<style>
a { background-color: #69585E; }
a { background-color: rgb(105,88,94); }
div.DivClassName
{
background-color: #69585E;
}
.BgClassName
{
background-color: #69585E;
}
</style>
border-color css
<style>
span { border-color: #69585E; }
span { border-color: rgb(105,88,94); }
td.TdClassName
{
border-color: #69585E;
}
.TagClassName
{
border-color: #69585E;
}
</style>