#848695

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

Shades of Manatee #848695

Tints of Manatee #848695

Color information

#848695 (or 0x848695) is unknown color: approx Manatee. HEX triplet: 84, 86 and 95. RGB value is (132,134,149). Sum of RGB (Red+Green+Blue) = 132+134+149=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 134 (52.73% from 255 or 32.29% from 415); Blue value is 149 (58.59% from 255 or 35.90% from 415); Max value from RGB is 149 - color contains mainly: blue. Hex color #848695 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848695 is #7B796A. Grayscale: #878787. Windows color (decimal): -8092011 or 9799300. OLE color: 9799300.

HSL color Cylindrical-coordinate representation of color #848695: hue angle of 232.94º degrees, saturation: 0.07, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #848695 is Cyan = 0.11, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB132134149-
CMYK0.110.1000.42
HSL232.94º7.42%55.1%-
HSV(B)232.94º11.41%58.43%-
XYZ23.4724.1331.85-
YUV135.11135.84125.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 31.81%
GREEN value IS 134 (52.73% from 255) = 32.29%
BLUE value IS 149 (58.59% from 255) = 35.90%
R=31.81%
G=32.29%
B=35.90%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1321341490.110.1000.42232.947.4255.1
Hex848695BA02Ae9737
Octal2042062251312052351767
Binary10000100100001101001010110111010010101011101001111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848695

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848695; }

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

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

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

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

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

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

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

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