Shades of Mobster #665F6E
Tints of Mobster #665F6E
RGB
CMYK
RGB Variations
Color information
#665F6E (or 0x665F6E) is known color: Mobster. HEX triplet: 66, 5F and 6E. RGB value is (102,95,110). Sum of RGB (Red+Green+Blue) = 102+95+110=307 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.22% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 110 - color contains mainly: blue. Hex color #665F6E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F6E is #99A091. Grayscale: #626262. Windows color (decimal): -10068114 or 7233382. OLE color: 7233382.
HSL color Cylindrical-coordinate representation of color #665F6E: hue angle of 268º degrees, saturation: 0.07, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #665F6E is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 102 | 95 | 110 | - |
| CMYK | 0.07 | 0.14 | 0 | 0.57 |
| HSL | 268º | 0.07% | 0.4% | - |
| HSV(B) | 268º | 0.14% | 0.43% | - |
| XYZ | 12.39 | 12.13 | 16.44 | - |
| YUV | 98.8 | 134.32 | 130.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 95 | 110 | 0.07 | 0.14 | 0 | 0.57 | 268 | 0.07 | 0.4 |
| Hex | 66 | 5F | 6E | 7 | E | 0 | 39 | 10C | 7 | 28 |
| Octal | 146 | 137 | 156 | 7 | 16 | 0 | 71 | 414 | 7 | 50 |
| Binary | 1100110 | 1011111 | 1101110 | 111 | 1110 | 0 | 111001 | 100001100 | 111 | 101000 |
Color Harmonies of #665F6E
Complementary color
Monochromatic Colors of #665F6E
Black with #665F6E
Text Example
Text Example
White with #665F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665F6E; }
p { color: rgb(102,95,110); }
H1.HeaderClassName
{
color: #665F6E;
}
.AnyTagClassName
{
color: #665F6E;
}
</style>
background-color css
<style>
a { background-color: #665F6E; }
a { background-color: rgb(102,95,110); }
div.DivClassName
{
background-color: #665F6E;
}
.BgClassName
{
background-color: #665F6E;
}
</style>
border-color css
<style>
span { border-color: #665F6E; }
span { border-color: rgb(102,95,110); }
td.TdClassName
{
border-color: #665F6E;
}
.TagClassName
{
border-color: #665F6E;
}
</style>