Shades of Scorpion #65575C
Tints of Scorpion #65575C
RGB
CMYK
RGB Variations
Color information
#65575C (or 0x65575C) is known color: Scorpion. HEX triplet: 65, 57 and 5C. RGB value is (101,87,92). Sum of RGB (Red+Green+Blue) = 101+87+92=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 87 (34.38% from 255 or 31.07% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #65575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65575C is #9AA8A3. Grayscale: #5B5B5B. Windows color (decimal): -10135716 or 6051685. OLE color: 6051685.
HSL color Cylindrical-coordinate representation of color #65575C: hue angle of 338.57º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #65575C is Cyan = 0, Magento = 0.14, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 87 | 92 | - |
| CMYK | 0 | 0.14 | 0.09 | 0.60 |
| HSL | 338.57º | 0.07% | 0.37% | - |
| HSV(B) | 338.57º | 0.14% | 0.4% | - |
| XYZ | 10.71 | 10.36 | 11.56 | - |
| YUV | 91.76 | 128.14 | 134.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 87 | 92 | 0 | 0.14 | 0.09 | 0.60 | 338.57 | 0.07 | 0.37 |
| Hex | 65 | 57 | 5C | 0 | E | 9 | 3C | 153 | 7 | 25 |
| Octal | 145 | 127 | 134 | 0 | 16 | 11 | 74 | 523 | 7 | 45 |
| Binary | 1100101 | 1010111 | 1011100 | 0 | 1110 | 1001 | 111100 | 101010011 | 111 | 100101 |
Color Harmonies of #65575C
Complementary color
Monochromatic Colors of #65575C
Black with #65575C
Text Example
Text Example
White with #65575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65575C; }
p { color: rgb(101,87,92); }
H1.HeaderClassName
{
color: #65575C;
}
.AnyTagClassName
{
color: #65575C;
}
</style>
background-color css
<style>
a { background-color: #65575C; }
a { background-color: rgb(101,87,92); }
div.DivClassName
{
background-color: #65575C;
}
.BgClassName
{
background-color: #65575C;
}
</style>
border-color css
<style>
span { border-color: #65575C; }
span { border-color: rgb(101,87,92); }
td.TdClassName
{
border-color: #65575C;
}
.TagClassName
{
border-color: #65575C;
}
</style>