#655E6B

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

Shades of Mobster #655E6B

Tints of Mobster #655E6B

Color information

#655E6B (or 0x655E6B) is unknown color: approx Mobster. HEX triplet: 65, 5E and 6B. RGB value is (101,94,107). Sum of RGB (Red+Green+Blue) = 101+94+107=302 (40% of max value = 765). Red value is 101 (39.84% from 255 or 33.44% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 107 - color contains mainly: blue. Hex color #655E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655E6B is #9AA194. Grayscale: #616161. Windows color (decimal): -10133909 or 7036517. OLE color: 7036517.

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

Color convert

RGB10194107-
CMYK0.060.1200.58
HSL272.31º6.47%39.41%-
HSV(B)272.31º12.15%41.96%-
XYZ12.0211.8315.56-
YUV97.57133.32130.44-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 33.44%
GREEN value IS 94 (37.11% from 255) = 31.13%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=33.44%
G=31.13%
B=35.43%

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
Decimal101941070.060.1200.58272.316.4739.41
Hex655E6B6C03A110627
Octal145136153614072420647
Binary11001011011110110101111011000111010100010000110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655E6B; }

 p { color: rgb(101,94,107); }

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

<style>
 a { background-color: #655E6B; }

 a { background-color: rgb(101,94,107); }

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

<style>
 span { border-color: #655E6B; }

 span { border-color: rgb(101,94,107); }

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