#665F70

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

Shades of Mobster #665F70

Tints of Mobster #665F70

Color information

#665F70 (or 0x665F70) is unknown color: approx Mobster. HEX triplet: 66, 5F and 70. RGB value is (102,95,112). Sum of RGB (Red+Green+Blue) = 102+95+112=309 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.01% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 112 (44.14% from 255 or 36.25% from 309); Max value from RGB is 112 - color contains mainly: blue. Hex color #665F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665F70 is #99A08F. Grayscale: #626262. Windows color (decimal): -10068112 or 7364454. OLE color: 7364454.

HSL color Cylindrical-coordinate representation of color #665F70: hue angle of 264.71º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #665F70 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB10295112-
CMYK0.090.1500.56
HSL264.71º8.21%40.59%-
HSV(B)264.71º15.18%43.92%-
XYZ12.512.1817.02-
YUV99.03135.32130.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 33.01%
GREEN value IS 95 (37.5% from 255) = 30.74%
BLUE value IS 112 (44.14% from 255) = 36.25%
R=33.01%
G=30.74%
B=36.25%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal102951120.090.1500.56264.718.2140.59
Hex665F709F038109829
Octal14613716011170704111051
Binary1100110101111111100001001111101110001000010011000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665F70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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