Shades of Scorpion #675C62
Tints of Scorpion #675C62
RGB
CMYK
RGB Variations
Color information
#675C62 (or 0x675C62) is known color: Scorpion. HEX triplet: 67, 5C and 62. RGB value is (103,92,98). Sum of RGB (Red+Green+Blue) = 103+92+98=293 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.15% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 98 (38.67% from 255 or 33.45% from 293); Max value from RGB is 103 - color contains mainly: red. Hex color #675C62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C62 is #98A39D. Grayscale: #5F5F5F. Windows color (decimal): -10003358 or 6446183. OLE color: 6446183.
HSL color Cylindrical-coordinate representation of color #675C62: hue angle of 327.27º 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 #675C62 is Cyan = 0, Magento = 0.11, Yellow = 0.05 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 98 | - |
| CMYK | 0 | 0.11 | 0.05 | 0.60 |
| HSL | 327.27º | 0.06% | 0.38% | - |
| HSV(B) | 327.27º | 0.11% | 0.4% | - |
| XYZ | 11.63 | 11.42 | 13.15 | - |
| YUV | 95.97 | 129.14 | 133.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 98 | 0 | 0.11 | 0.05 | 0.60 | 327.27 | 0.06 | 0.38 |
| Hex | 67 | 5C | 62 | 0 | B | 5 | 3C | 147 | 6 | 26 |
| Octal | 147 | 134 | 142 | 0 | 13 | 5 | 74 | 507 | 6 | 46 |
| Binary | 1100111 | 1011100 | 1100010 | 0 | 1011 | 101 | 111100 | 101000111 | 110 | 100110 |
Color Harmonies of #675C62
Complementary color
Monochromatic Colors of #675C62
Black with #675C62
Text Example
Text Example
White with #675C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C62; }
p { color: rgb(103,92,98); }
H1.HeaderClassName
{
color: #675C62;
}
.AnyTagClassName
{
color: #675C62;
}
</style>
background-color css
<style>
a { background-color: #675C62; }
a { background-color: rgb(103,92,98); }
div.DivClassName
{
background-color: #675C62;
}
.BgClassName
{
background-color: #675C62;
}
</style>
border-color css
<style>
span { border-color: #675C62; }
span { border-color: rgb(103,92,98); }
td.TdClassName
{
border-color: #675C62;
}
.TagClassName
{
border-color: #675C62;
}
</style>