Shades of Scorpion #67575C
Tints of Scorpion #67575C
RGB
CMYK
RGB Variations
Color information
#67575C (or 0x67575C) is known color: Scorpion. HEX triplet: 67, 57 and 5C. RGB value is (103,87,92). Sum of RGB (Red+Green+Blue) = 103+87+92=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 92 (36.33% from 255 or 32.62% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #67575C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67575C is #98A8A3. Grayscale: #5C5C5C. Windows color (decimal): -10004644 or 6051687. OLE color: 6051687.
HSL color Cylindrical-coordinate representation of color #67575C: hue angle of 341.25º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #67575C is Cyan = 0, Magento = 0.16, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 87 | 92 | - |
| CMYK | 0 | 0.16 | 0.11 | 0.60 |
| HSL | 341.25º | 0.08% | 0.37% | - |
| HSV(B) | 341.25º | 0.16% | 0.4% | - |
| XYZ | 10.93 | 10.47 | 11.57 | - |
| YUV | 92.35 | 127.8 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 87 | 92 | 0 | 0.16 | 0.11 | 0.60 | 341.25 | 0.08 | 0.37 |
| Hex | 67 | 57 | 5C | 0 | 10 | B | 3C | 155 | 8 | 25 |
| Octal | 147 | 127 | 134 | 0 | 20 | 13 | 74 | 525 | 10 | 45 |
| Binary | 1100111 | 1010111 | 1011100 | 0 | 10000 | 1011 | 111100 | 101010101 | 1000 | 100101 |
Color Harmonies of #67575C
Complementary color
Monochromatic Colors of #67575C
Black with #67575C
Text Example
Text Example
White with #67575C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67575C; }
p { color: rgb(103,87,92); }
H1.HeaderClassName
{
color: #67575C;
}
.AnyTagClassName
{
color: #67575C;
}
</style>
background-color css
<style>
a { background-color: #67575C; }
a { background-color: rgb(103,87,92); }
div.DivClassName
{
background-color: #67575C;
}
.BgClassName
{
background-color: #67575C;
}
</style>
border-color css
<style>
span { border-color: #67575C; }
span { border-color: rgb(103,87,92); }
td.TdClassName
{
border-color: #67575C;
}
.TagClassName
{
border-color: #67575C;
}
</style>