Shades of Mobster #665D71
Tints of Mobster #665D71
RGB
CMYK
RGB Variations
Color information
#665D71 (or 0x665D71) is known color: Mobster. HEX triplet: 66, 5D and 71. RGB value is (102,93,113). Sum of RGB (Red+Green+Blue) = 102+93+113=308 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.12% from 308); Green value is 93 (36.72% from 255 or 30.19% from 308); Blue value is 113 (44.53% from 255 or 36.69% from 308); Max value from RGB is 113 - color contains mainly: blue. Hex color #665D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665D71 is #99A28E. Grayscale: #616161. Windows color (decimal): -10068623 or 7429478. OLE color: 7429478.
HSL color Cylindrical-coordinate representation of color #665D71: hue angle of 267º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #665D71 is Cyan = 0.10, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 102 | 93 | 113 | - |
| CMYK | 0.10 | 0.18 | 0 | 0.56 |
| HSL | 267º | 0.1% | 0.4% | - |
| HSV(B) | 267º | 0.18% | 0.44% | - |
| XYZ | 12.37 | 11.85 | 17.26 | - |
| YUV | 97.97 | 136.48 | 130.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 93 | 113 | 0.10 | 0.18 | 0 | 0.56 | 267 | 0.1 | 0.4 |
| Hex | 66 | 5D | 71 | A | 12 | 0 | 38 | 10B | A | 28 |
| Octal | 146 | 135 | 161 | 12 | 22 | 0 | 70 | 413 | 12 | 50 |
| Binary | 1100110 | 1011101 | 1110001 | 1010 | 10010 | 0 | 111000 | 100001011 | 1010 | 101000 |
Color Harmonies of #665D71
Complementary color
Monochromatic Colors of #665D71
Black with #665D71
Text Example
Text Example
White with #665D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665D71; }
p { color: rgb(102,93,113); }
H1.HeaderClassName
{
color: #665D71;
}
.AnyTagClassName
{
color: #665D71;
}
</style>
background-color css
<style>
a { background-color: #665D71; }
a { background-color: rgb(102,93,113); }
div.DivClassName
{
background-color: #665D71;
}
.BgClassName
{
background-color: #665D71;
}
</style>
border-color css
<style>
span { border-color: #665D71; }
span { border-color: rgb(102,93,113); }
td.TdClassName
{
border-color: #665D71;
}
.TagClassName
{
border-color: #665D71;
}
</style>