#848656

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

Shades of Bandicoot #848656

Tints of Bandicoot #848656

Color information

#848656 (or 0x848656) is unknown color: approx Bandicoot. HEX triplet: 84, 86 and 56. RGB value is (132,134,86). Sum of RGB (Red+Green+Blue) = 132+134+86=352 (46% of max value = 765). Red value is 132 (51.95% from 255 or 37.5% from 352); Green value is 134 (52.73% from 255 or 38.07% from 352); Blue value is 86 (33.98% from 255 or 24.43% from 352); Max value from RGB is 134 - color contains mainly: green. Hex color #848656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848656 is #7B79A9. Grayscale: #808080. Windows color (decimal): -8092074 or 5670532. OLE color: 5670532.

HSL color Cylindrical-coordinate representation of color #848656: hue angle of 62.5º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #848656 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13213486-
CMYK0.0100.360.47
HSL62.5º21.82%43.14%-
HSV(B)62.5º35.82%52.55%-
XYZ19.7222.6312.13-
YUV127.93104.34130.9-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 37.5%
GREEN value IS 134 (52.73% from 255) = 38.07%
BLUE value IS 86 (33.98% from 255) = 24.43%
R=37.5%
G=38.07%
B=24.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal132134860.0100.360.4762.521.8243.14
Hex84865610242F3e162b
Octal204206126104457762653
Binary100001001000011010101101010010010111111111010110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848656; }

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

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

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

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

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

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

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

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