Shades of Scorpion #67565E
Tints of Scorpion #67565E
RGB
CMYK
RGB Variations
Color information
#67565E (or 0x67565E) is known color: Scorpion. HEX triplet: 67, 56 and 5E. RGB value is (103,86,94). Sum of RGB (Red+Green+Blue) = 103+86+94=283 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.40% from 283); Green value is 86 (33.98% from 255 or 30.39% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 103 - color contains mainly: red. Hex color #67565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67565E is #98A9A1. Grayscale: #5B5B5B. Windows color (decimal): -10004898 or 6182503. OLE color: 6182503.
HSL color Cylindrical-coordinate representation of color #67565E: hue angle of 331.76º degrees, saturation: 0.09, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #67565E is Cyan = 0, Magento = 0.17, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 86 | 94 | - |
| CMYK | 0 | 0.17 | 0.09 | 0.60 |
| HSL | 331.76º | 0.09% | 0.37% | - |
| HSV(B) | 331.76º | 0.17% | 0.4% | - |
| XYZ | 10.94 | 10.35 | 12.01 | - |
| YUV | 92 | 129.13 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 94 | 0 | 0.17 | 0.09 | 0.60 | 331.76 | 0.09 | 0.37 |
| Hex | 67 | 56 | 5E | 0 | 11 | 9 | 3C | 14C | 9 | 25 |
| Octal | 147 | 126 | 136 | 0 | 21 | 11 | 74 | 514 | 11 | 45 |
| Binary | 1100111 | 1010110 | 1011110 | 0 | 10001 | 1001 | 111100 | 101001100 | 1001 | 100101 |
Color Harmonies of #67565E
Complementary color
Monochromatic Colors of #67565E
Black with #67565E
Text Example
Text Example
White with #67565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67565E; }
p { color: rgb(103,86,94); }
H1.HeaderClassName
{
color: #67565E;
}
.AnyTagClassName
{
color: #67565E;
}
</style>
background-color css
<style>
a { background-color: #67565E; }
a { background-color: rgb(103,86,94); }
div.DivClassName
{
background-color: #67565E;
}
.BgClassName
{
background-color: #67565E;
}
</style>
border-color css
<style>
span { border-color: #67565E; }
span { border-color: rgb(103,86,94); }
td.TdClassName
{
border-color: #67565E;
}
.TagClassName
{
border-color: #67565E;
}
</style>