#665F6C

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

Shades of Mobster #665F6C

Tints of Mobster #665F6C

Color information

#665F6C (or 0x665F6C) is unknown color: approx Mobster. HEX triplet: 66, 5F and 6C. RGB value is (102,95,108). Sum of RGB (Red+Green+Blue) = 102+95+108=305 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.44% from 305); Green value is 95 (37.5% from 255 or 31.15% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 108 - color contains mainly: blue. Hex color #665F6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F6C is #99A093. Grayscale: #626262. Windows color (decimal): -10068116 or 7102310. OLE color: 7102310.

HSL color Cylindrical-coordinate representation of color #665F6C: hue angle of 272.31º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #665F6C is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB10295108-
CMYK0.060.1200.58
HSL272.31º6.4%39.8%-
HSV(B)272.31º12.04%42.35%-
XYZ12.2812.0915.87-
YUV98.57133.32130.44-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.44%
GREEN value IS 95 (37.5% from 255) = 31.15%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=33.44%
G=31.15%
B=35.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal102951080.060.1200.58272.316.439.8
Hex665F6C6C03A110628
Octal146137154614072420650
Binary11001101011111110110011011000111010100010000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665F6C; }

 p { color: rgb(102,95,108); }

 H1.HeaderClassName
 {
   color: #665F6C;
 }
 .AnyTagClassName
 {
   color: #665F6C;
 }
</style>
background-color css

<style>
 a { background-color: #665F6C; }

 a { background-color: rgb(102,95,108); }

 div.DivClassName
 {
   background-color: #665F6C;
 }
 .BgClassName
 {
   background-color: #665F6C;
 }
</style>
border-color css

<style>
 span { border-color: #665F6C; }

 span { border-color: rgb(102,95,108); }

 td.TdClassName
 {
   border-color: #665F6C;
 }
 .TagClassName
 {
   border-color: #665F6C;
 }
</style>