#665F6E

Color #665F6E Mobster (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mobster #665F6E

Tints of Mobster #665F6E

Color information

#665F6E (or 0x665F6E) is unknown color: approx 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

RGB10295110-
CMYK0.070.1400.57
HSL268º7.32%40.2%-
HSV(B)268º13.64%43.14%-
XYZ12.3912.1316.44-
YUV98.8134.32130.28-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 102 (40.23% from 255) = 33.22%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=33.22%
G=30.94%
B=35.83%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal102951100.070.1400.572687.3240.2
Hex665F6E7E03910c728
Octal146137156716071414750
Binary11001101011111110111011111100111001100001100111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>