Shades of Scorpion #675C61
Tints of Scorpion #675C61
RGB
CMYK
RGB Variations
Color information
#675C61 (or 0x675C61) is known color: Scorpion. HEX triplet: 67, 5C and 61. RGB value is (103,92,97). Sum of RGB (Red+Green+Blue) = 103+92+97=292 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.27% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 97 (38.28% from 255 or 33.22% from 292); Max value from RGB is 103 - color contains mainly: red. Hex color #675C61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C61 is #98A39E. Grayscale: #5F5F5F. Windows color (decimal): -10003359 or 6380647. OLE color: 6380647.
HSL color Cylindrical-coordinate representation of color #675C61: hue angle of 332.73º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #675C61 is Cyan = 0, Magento = 0.11, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 97 | - |
| CMYK | 0 | 0.11 | 0.06 | 0.60 |
| HSL | 332.73º | 0.06% | 0.38% | - |
| HSV(B) | 332.73º | 0.11% | 0.4% | - |
| XYZ | 11.58 | 11.4 | 12.9 | - |
| YUV | 95.86 | 128.64 | 133.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 97 | 0 | 0.11 | 0.06 | 0.60 | 332.73 | 0.06 | 0.38 |
| Hex | 67 | 5C | 61 | 0 | B | 6 | 3C | 14D | 6 | 26 |
| Octal | 147 | 134 | 141 | 0 | 13 | 6 | 74 | 515 | 6 | 46 |
| Binary | 1100111 | 1011100 | 1100001 | 0 | 1011 | 110 | 111100 | 101001101 | 110 | 100110 |
Color Harmonies of #675C61
Complementary color
Monochromatic Colors of #675C61
Black with #675C61
Text Example
Text Example
White with #675C61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C61; }
p { color: rgb(103,92,97); }
H1.HeaderClassName
{
color: #675C61;
}
.AnyTagClassName
{
color: #675C61;
}
</style>
background-color css
<style>
a { background-color: #675C61; }
a { background-color: rgb(103,92,97); }
div.DivClassName
{
background-color: #675C61;
}
.BgClassName
{
background-color: #675C61;
}
</style>
border-color css
<style>
span { border-color: #675C61; }
span { border-color: rgb(103,92,97); }
td.TdClassName
{
border-color: #675C61;
}
.TagClassName
{
border-color: #675C61;
}
</style>