Shades of Scorpion #695D64
Tints of Scorpion #695D64
RGB
CMYK
RGB Variations
Color information
#695D64 (or 0x695D64) is known color: Scorpion. HEX triplet: 69, 5D and 64. RGB value is (105,93,100). Sum of RGB (Red+Green+Blue) = 105+93+100=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 93 (36.72% from 255 or 31.21% from 298); Blue value is 100 (39.45% from 255 or 33.56% from 298); Max value from RGB is 105 - color contains mainly: red. Hex color #695D64 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695D64 is #96A29B. Grayscale: #616161. Windows color (decimal): -9872028 or 6577513. OLE color: 6577513.
HSL color Cylindrical-coordinate representation of color #695D64: hue angle of 325º degrees, saturation: 0.06, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #695D64 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 105 | 93 | 100 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.59 |
| HSL | 325º | 0.06% | 0.39% | - |
| HSV(B) | 325º | 0.11% | 0.41% | - |
| XYZ | 12.04 | 11.75 | 13.69 | - |
| YUV | 97.39 | 129.48 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 93 | 100 | 0 | 0.11 | 0.05 | 0.59 | 325 | 0.06 | 0.39 |
| Hex | 69 | 5D | 64 | 0 | B | 5 | 3B | 145 | 6 | 27 |
| Octal | 151 | 135 | 144 | 0 | 13 | 5 | 73 | 505 | 6 | 47 |
| Binary | 1101001 | 1011101 | 1100100 | 0 | 1011 | 101 | 111011 | 101000101 | 110 | 100111 |
Color Harmonies of #695D64
Complementary color
Monochromatic Colors of #695D64
Black with #695D64
Text Example
Text Example
White with #695D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #695D64; }
p { color: rgb(105,93,100); }
H1.HeaderClassName
{
color: #695D64;
}
.AnyTagClassName
{
color: #695D64;
}
</style>
background-color css
<style>
a { background-color: #695D64; }
a { background-color: rgb(105,93,100); }
div.DivClassName
{
background-color: #695D64;
}
.BgClassName
{
background-color: #695D64;
}
</style>
border-color css
<style>
span { border-color: #695D64; }
span { border-color: rgb(105,93,100); }
td.TdClassName
{
border-color: #695D64;
}
.TagClassName
{
border-color: #695D64;
}
</style>