#615966

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

Shades of Mobster #615966

Tints of Mobster #615966

Color information

#615966 (or 0x615966) is unknown color: approx Mobster. HEX triplet: 61, 59 and 66. RGB value is (97,89,102). Sum of RGB (Red+Green+Blue) = 97+89+102=288 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.68% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 102 (40.23% from 255 or 35.42% from 288); Max value from RGB is 102 - color contains mainly: blue. Hex color #615966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615966 is #9EA699. Grayscale: #5C5C5C. Windows color (decimal): -10397338 or 6707553. OLE color: 6707553.

HSL color Cylindrical-coordinate representation of color #615966: hue angle of 276.92º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #615966 is Cyan = 0.05, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB9789102-
CMYK0.050.1300.6
HSL276.92º6.81%37.45%-
HSV(B)276.92º12.75%40%-
XYZ10.910.6514.05-
YUV92.87133.15130.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.68%
GREEN value IS 89 (35.16% from 255) = 30.90%
BLUE value IS 102 (40.23% from 255) = 35.42%
R=33.68%
G=30.90%
B=35.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal97891020.050.1300.6276.926.8137.45
Hex6159665D03C115725
Octal141131146515074425745
Binary11000011011001110011010111010111100100010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615966; }

 p { color: rgb(97,89,102); }

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

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

 a { background-color: rgb(97,89,102); }

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

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

 span { border-color: rgb(97,89,102); }

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