Shades of Scorpion #695A5E
Tints of Scorpion #695A5E
RGB
CMYK
RGB Variations
Color information
#695A5E (or 0x695A5E) is known color: Scorpion. HEX triplet: 69, 5A and 5E. RGB value is (105,90,94). Sum of RGB (Red+Green+Blue) = 105+90+94=289 (38% of max value = 765). Red value is 105 (41.41% from 255 or 36.33% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 94 (37.11% from 255 or 32.53% from 289); Max value from RGB is 105 - color contains mainly: red. Hex color #695A5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A5E is #96A5A1. Grayscale: #5E5E5E. Windows color (decimal): -9872802 or 6183529. OLE color: 6183529.
HSL color Cylindrical-coordinate representation of color #695A5E: hue angle of 344º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #695A5E is Cyan = 0, Magento = 0.14, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 90 | 94 | - |
| CMYK | 0 | 0.14 | 0.10 | 0.59 |
| HSL | 344º | 0.08% | 0.38% | - |
| HSV(B) | 344º | 0.14% | 0.41% | - |
| XYZ | 11.5 | 11.12 | 12.13 | - |
| YUV | 94.94 | 127.47 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 94 | 0 | 0.14 | 0.10 | 0.59 | 344 | 0.08 | 0.38 |
| Hex | 69 | 5A | 5E | 0 | E | A | 3B | 158 | 8 | 26 |
| Octal | 151 | 132 | 136 | 0 | 16 | 12 | 73 | 530 | 10 | 46 |
| Binary | 1101001 | 1011010 | 1011110 | 0 | 1110 | 1010 | 111011 | 101011000 | 1000 | 100110 |
Color Harmonies of #695A5E
Complementary color
Monochromatic Colors of #695A5E
Black with #695A5E
Text Example
Text Example
White with #695A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A5E; }
p { color: rgb(105,90,94); }
H1.HeaderClassName
{
color: #695A5E;
}
.AnyTagClassName
{
color: #695A5E;
}
</style>
background-color css
<style>
a { background-color: #695A5E; }
a { background-color: rgb(105,90,94); }
div.DivClassName
{
background-color: #695A5E;
}
.BgClassName
{
background-color: #695A5E;
}
</style>
border-color css
<style>
span { border-color: #695A5E; }
span { border-color: rgb(105,90,94); }
td.TdClassName
{
border-color: #695A5E;
}
.TagClassName
{
border-color: #695A5E;
}
</style>