Shades of Scorpion #67565C
Tints of Scorpion #67565C
RGB
CMYK
RGB Variations
Color information
#67565C (or 0x67565C) is known color: Scorpion. HEX triplet: 67, 56 and 5C. RGB value is (103,86,92). Sum of RGB (Red+Green+Blue) = 103+86+92=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 92 (36.33% from 255 or 32.74% from 281); Max value from RGB is 103 - color contains mainly: red. Hex color #67565C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67565C is #98A9A3. Grayscale: #5B5B5B. Windows color (decimal): -10004900 or 6051431. OLE color: 6051431.
HSL color Cylindrical-coordinate representation of color #67565C: hue angle of 338.82º 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 #67565C is Cyan = 0, Magento = 0.17, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 86 | 92 | - |
| CMYK | 0 | 0.17 | 0.11 | 0.60 |
| HSL | 338.82º | 0.09% | 0.37% | - |
| HSV(B) | 338.82º | 0.17% | 0.4% | - |
| XYZ | 10.85 | 10.31 | 11.54 | - |
| YUV | 91.77 | 128.13 | 136.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 86 | 92 | 0 | 0.17 | 0.11 | 0.60 | 338.82 | 0.09 | 0.37 |
| Hex | 67 | 56 | 5C | 0 | 11 | B | 3C | 153 | 9 | 25 |
| Octal | 147 | 126 | 134 | 0 | 21 | 13 | 74 | 523 | 11 | 45 |
| Binary | 1100111 | 1010110 | 1011100 | 0 | 10001 | 1011 | 111100 | 101010011 | 1001 | 100101 |
Color Harmonies of #67565C
Complementary color
Monochromatic Colors of #67565C
Black with #67565C
Text Example
Text Example
White with #67565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67565C; }
p { color: rgb(103,86,92); }
H1.HeaderClassName
{
color: #67565C;
}
.AnyTagClassName
{
color: #67565C;
}
</style>
background-color css
<style>
a { background-color: #67565C; }
a { background-color: rgb(103,86,92); }
div.DivClassName
{
background-color: #67565C;
}
.BgClassName
{
background-color: #67565C;
}
</style>
border-color css
<style>
span { border-color: #67565C; }
span { border-color: rgb(103,86,92); }
td.TdClassName
{
border-color: #67565C;
}
.TagClassName
{
border-color: #67565C;
}
</style>