Shades of Mobster #665D70
Tints of Mobster #665D70
RGB
CMYK
RGB Variations
Color information
#665D70 (or 0x665D70) is known color: Mobster. HEX triplet: 66, 5D and 70. RGB value is (102,93,112). Sum of RGB (Red+Green+Blue) = 102+93+112=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 93 (36.72% from 255 or 30.29% from 307); Blue value is 112 (44.14% from 255 or 36.48% from 307); Max value from RGB is 112 - color contains mainly: blue. Hex color #665D70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D70 is #99A28F. Grayscale: #616161. Windows color (decimal): -10068624 or 7363942. OLE color: 7363942.
HSL color Cylindrical-coordinate representation of color #665D70: hue angle of 268.42º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #665D70 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 93 | 112 | - |
| CMYK | 0.09 | 0.17 | 0 | 0.56 |
| HSL | 268.42º | 0.09% | 0.4% | - |
| HSV(B) | 268.42º | 0.17% | 0.44% | - |
| XYZ | 12.32 | 11.82 | 16.96 | - |
| YUV | 97.86 | 135.98 | 130.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 112 | 0.09 | 0.17 | 0 | 0.56 | 268.42 | 0.09 | 0.4 |
| Hex | 66 | 5D | 70 | 9 | 11 | 0 | 38 | 10C | 9 | 28 |
| Octal | 146 | 135 | 160 | 11 | 21 | 0 | 70 | 414 | 11 | 50 |
| Binary | 1100110 | 1011101 | 1110000 | 1001 | 10001 | 0 | 111000 | 100001100 | 1001 | 101000 |
Color Harmonies of #665D70
Complementary color
Monochromatic Colors of #665D70
Black with #665D70
Text Example
Text Example
White with #665D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D70; }
p { color: rgb(102,93,112); }
H1.HeaderClassName
{
color: #665D70;
}
.AnyTagClassName
{
color: #665D70;
}
</style>
background-color css
<style>
a { background-color: #665D70; }
a { background-color: rgb(102,93,112); }
div.DivClassName
{
background-color: #665D70;
}
.BgClassName
{
background-color: #665D70;
}
</style>
border-color css
<style>
span { border-color: #665D70; }
span { border-color: rgb(102,93,112); }
td.TdClassName
{
border-color: #665D70;
}
.TagClassName
{
border-color: #665D70;
}
</style>