Shades of Scorpion #695A62
Tints of Scorpion #695A62
RGB
CMYK
RGB Variations
Color information
#695A62 (or 0x695A62) is known color: Scorpion. HEX triplet: 69, 5A and 62. RGB value is (105,90,98). Sum of RGB (Red+Green+Blue) = 105+90+98=293 (38% of max value = 765). Red value is 105 (41.41% from 255 or 35.84% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 105 - color contains mainly: red. Hex color #695A62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A62 is #96A59D. Grayscale: #5F5F5F. Windows color (decimal): -9872798 or 6445673. OLE color: 6445673.
HSL color Cylindrical-coordinate representation of color #695A62: hue angle of 328º 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 #695A62 is Cyan = 0, Magento = 0.14, Yellow = 0.07 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 90 | 98 | - |
| CMYK | 0 | 0.14 | 0.07 | 0.59 |
| HSL | 328º | 0.08% | 0.38% | - |
| HSV(B) | 328º | 0.14% | 0.41% | - |
| XYZ | 11.69 | 11.2 | 13.1 | - |
| YUV | 95.4 | 129.47 | 134.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 90 | 98 | 0 | 0.14 | 0.07 | 0.59 | 328 | 0.08 | 0.38 |
| Hex | 69 | 5A | 62 | 0 | E | 7 | 3B | 148 | 8 | 26 |
| Octal | 151 | 132 | 142 | 0 | 16 | 7 | 73 | 510 | 10 | 46 |
| Binary | 1101001 | 1011010 | 1100010 | 0 | 1110 | 111 | 111011 | 101001000 | 1000 | 100110 |
Color Harmonies of #695A62
Complementary color
Monochromatic Colors of #695A62
Black with #695A62
Text Example
Text Example
White with #695A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695A62; }
p { color: rgb(105,90,98); }
H1.HeaderClassName
{
color: #695A62;
}
.AnyTagClassName
{
color: #695A62;
}
</style>
background-color css
<style>
a { background-color: #695A62; }
a { background-color: rgb(105,90,98); }
div.DivClassName
{
background-color: #695A62;
}
.BgClassName
{
background-color: #695A62;
}
</style>
border-color css
<style>
span { border-color: #695A62; }
span { border-color: rgb(105,90,98); }
td.TdClassName
{
border-color: #695A62;
}
.TagClassName
{
border-color: #695A62;
}
</style>