Shades of Mobster #665F6D
Tints of Mobster #665F6D
RGB
CMYK
RGB Variations
Color information
#665F6D (or 0x665F6D) is known color: Mobster. HEX triplet: 66, 5F and 6D. RGB value is (102,95,109). Sum of RGB (Red+Green+Blue) = 102+95+109=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 95 (37.5% from 255 or 31.05% from 306); Blue value is 109 (42.97% from 255 or 35.62% from 306); Max value from RGB is 109 - color contains mainly: blue. Hex color #665F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F6D is #99A092. Grayscale: #626262. Windows color (decimal): -10068115 or 7167846. OLE color: 7167846.
HSL color Cylindrical-coordinate representation of color #665F6D: hue angle of 270º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #665F6D is Cyan = 0.06, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 95 | 109 | - |
| CMYK | 0.06 | 0.13 | 0 | 0.57 |
| HSL | 270º | 0.07% | 0.4% | - |
| HSV(B) | 270º | 0.13% | 0.43% | - |
| XYZ | 12.33 | 12.11 | 16.16 | - |
| YUV | 98.69 | 133.82 | 130.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 109 | 0.06 | 0.13 | 0 | 0.57 | 270 | 0.07 | 0.4 |
| Hex | 66 | 5F | 6D | 6 | D | 0 | 39 | 10E | 7 | 28 |
| Octal | 146 | 137 | 155 | 6 | 15 | 0 | 71 | 416 | 7 | 50 |
| Binary | 1100110 | 1011111 | 1101101 | 110 | 1101 | 0 | 111001 | 100001110 | 111 | 101000 |
Color Harmonies of #665F6D
Complementary color
Monochromatic Colors of #665F6D
Black with #665F6D
Text Example
Text Example
White with #665F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F6D; }
p { color: rgb(102,95,109); }
H1.HeaderClassName
{
color: #665F6D;
}
.AnyTagClassName
{
color: #665F6D;
}
</style>
background-color css
<style>
a { background-color: #665F6D; }
a { background-color: rgb(102,95,109); }
div.DivClassName
{
background-color: #665F6D;
}
.BgClassName
{
background-color: #665F6D;
}
</style>
border-color css
<style>
span { border-color: #665F6D; }
span { border-color: rgb(102,95,109); }
td.TdClassName
{
border-color: #665F6D;
}
.TagClassName
{
border-color: #665F6D;
}
</style>