Shades of Scorpion #65595F
Tints of Scorpion #65595F
RGB
CMYK
RGB Variations
Color information
#65595F (or 0x65595F) is known color: Scorpion. HEX triplet: 65, 59 and 5F. RGB value is (101,89,95). Sum of RGB (Red+Green+Blue) = 101+89+95=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 101 - color contains mainly: red. Hex color #65595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65595F is #9AA6A0. Grayscale: #5D5D5D. Windows color (decimal): -10135201 or 6248805. OLE color: 6248805.
HSL color Cylindrical-coordinate representation of color #65595F: hue angle of 330º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #65595F is Cyan = 0, Magento = 0.12, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 89 | 95 | - |
| CMYK | 0 | 0.12 | 0.06 | 0.60 |
| HSL | 330º | 0.06% | 0.37% | - |
| HSV(B) | 330º | 0.12% | 0.4% | - |
| XYZ | 11 | 10.74 | 12.32 | - |
| YUV | 93.27 | 128.98 | 133.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 89 | 95 | 0 | 0.12 | 0.06 | 0.60 | 330 | 0.06 | 0.37 |
| Hex | 65 | 59 | 5F | 0 | C | 6 | 3C | 14A | 6 | 25 |
| Octal | 145 | 131 | 137 | 0 | 14 | 6 | 74 | 512 | 6 | 45 |
| Binary | 1100101 | 1011001 | 1011111 | 0 | 1100 | 110 | 111100 | 101001010 | 110 | 100101 |
Color Harmonies of #65595F
Complementary color
Monochromatic Colors of #65595F
Black with #65595F
Text Example
Text Example
White with #65595F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65595F; }
p { color: rgb(101,89,95); }
H1.HeaderClassName
{
color: #65595F;
}
.AnyTagClassName
{
color: #65595F;
}
</style>
background-color css
<style>
a { background-color: #65595F; }
a { background-color: rgb(101,89,95); }
div.DivClassName
{
background-color: #65595F;
}
.BgClassName
{
background-color: #65595F;
}
</style>
border-color css
<style>
span { border-color: #65595F; }
span { border-color: rgb(101,89,95); }
td.TdClassName
{
border-color: #65595F;
}
.TagClassName
{
border-color: #65595F;
}
</style>