#61526B

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

Shades of Mobster #61526B

Tints of Mobster #61526B

Color information

#61526B (or 0x61526B) is unknown color: approx Mobster. HEX triplet: 61, 52 and 6B. RGB value is (97,82,107). Sum of RGB (Red+Green+Blue) = 97+82+107=286 (37% of max value = 765). Red value is 97 (38.28% from 255 or 33.92% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 107 (42.19% from 255 or 37.41% from 286); Max value from RGB is 107 - color contains mainly: blue. Hex color #61526B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61526B is #9EAD94. Grayscale: #595959. Windows color (decimal): -10399125 or 7033441. OLE color: 7033441.

HSL color Cylindrical-coordinate representation of color #61526B: hue angle of 276º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #61526B is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9782107-
CMYK0.090.2300.58
HSL276º13.23%37.06%-
HSV(B)276º23.36%41.96%-
XYZ10.69.6415.21-
YUV89.34137.97133.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.92%
GREEN value IS 82 (32.42% from 255) = 28.67%
BLUE value IS 107 (42.19% from 255) = 37.41%
R=33.92%
G=28.67%
B=37.41%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal97821070.090.2300.5827613.2337.06
Hex61526B91703A114d25
Octal14112215311270724241545
Binary11000011010010110101110011011101110101000101001101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61526B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61526B; }

 p { color: rgb(97,82,107); }

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

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

 a { background-color: rgb(97,82,107); }

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

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

 span { border-color: rgb(97,82,107); }

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