Shades of Scorpion #675B5E
Tints of Scorpion #675B5E
RGB
CMYK
RGB Variations
Color information
#675B5E (or 0x675B5E) is known color: Scorpion. HEX triplet: 67, 5B and 5E. RGB value is (103,91,94). Sum of RGB (Red+Green+Blue) = 103+91+94=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 91 (35.94% from 255 or 31.60% from 288); Blue value is 94 (37.11% from 255 or 32.64% from 288); Max value from RGB is 103 - color contains mainly: red. Hex color #675B5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675B5E is #98A4A1. Grayscale: #5E5E5E. Windows color (decimal): -10003618 or 6183783. OLE color: 6183783.
HSL color Cylindrical-coordinate representation of color #675B5E: hue angle of 345º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #675B5E is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
RGB | 103 | 91 | 94 | - |
CMYK | 0 | 0.12 | 0.09 | 0.60 |
HSL | 345º | 0.06% | 0.38% | - |
HSV(B) | 345º | 0.12% | 0.4% | - |
XYZ | 11.35 | 11.17 | 12.15 | - |
YUV | 94.93 | 127.48 | 133.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 103 | 91 | 94 | 0 | 0.12 | 0.09 | 0.60 | 345 | 0.06 | 0.38 |
Hex | 67 | 5B | 5E | 0 | C | 9 | 3C | 159 | 6 | 26 |
Octal | 147 | 133 | 136 | 0 | 14 | 11 | 74 | 531 | 6 | 46 |
Binary | 1100111 | 1011011 | 1011110 | 0 | 1100 | 1001 | 111100 | 101011001 | 110 | 100110 |
Color Harmonies of #675B5E
Complementary color
Monochromatic Colors of #675B5E
Black with #675B5E
Text Example
Text Example
White with #675B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675B5E; }
p { color: rgb(103,91,94); }
H1.HeaderClassName
{
color: #675B5E;
}
.AnyTagClassName
{
color: #675B5E;
}
</style>
background-color css
<style>
a { background-color: #675B5E; }
a { background-color: rgb(103,91,94); }
div.DivClassName
{
background-color: #675B5E;
}
.BgClassName
{
background-color: #675B5E;
}
</style>
border-color css
<style>
span { border-color: #675B5E; }
span { border-color: rgb(103,91,94); }
td.TdClassName
{
border-color: #675B5E;
}
.TagClassName
{
border-color: #675B5E;
}
</style>