#848691

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

Shades of Manatee #848691

Tints of Manatee #848691

Color information

#848691 (or 0x848691) is unknown color: approx Manatee. HEX triplet: 84, 86 and 91. RGB value is (132,134,145). Sum of RGB (Red+Green+Blue) = 132+134+145=411 (54% of max value = 765). Red value is 132 (51.95% from 255 or 32.12% from 411); Green value is 134 (52.73% from 255 or 32.60% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 145 - color contains mainly: blue. Hex color #848691 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848691 is #7B796E. Grayscale: #868686. Windows color (decimal): -8092015 or 9537156. OLE color: 9537156.

HSL color Cylindrical-coordinate representation of color #848691: hue angle of 230.77º degrees, saturation: 0.06, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #848691 is Cyan = 0.09, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB132134145-
CMYK0.090.0800.43
HSL230.77º5.58%54.31%-
HSV(B)230.77º8.97%56.86%-
XYZ23.152430.2-
YUV134.66133.84126.11-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 32.12%
GREEN value IS 134 (52.73% from 255) = 32.60%
BLUE value IS 145 (57.03% from 255) = 35.28%
R=32.12%
G=32.60%
B=35.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1321341450.090.0800.43230.775.5854.31
Hex8486919802Be7636
Octal2042062211110053347666
Binary10000100100001101001000110011000010101111100111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848691; }

 p { color: rgb(132,134,145); }

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

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

 a { background-color: rgb(132,134,145); }

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

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

 span { border-color: rgb(132,134,145); }

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