#848061

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

Shades of Bandicoot #848061

Tints of Bandicoot #848061

Color information

#848061 (or 0x848061) is unknown color: approx Bandicoot. HEX triplet: 84, 80 and 61. RGB value is (132,128,97). Sum of RGB (Red+Green+Blue) = 132+128+97=357 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.97% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 132 - color contains mainly: red. Hex color #848061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848061 is #7B7F9E. Grayscale: #7D7D7D. Windows color (decimal): -8093599 or 6389892. OLE color: 6389892.

HSL color Cylindrical-coordinate representation of color #848061: hue angle of 53.14º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #848061 is Cyan = 0, Magento = 0.03, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13212897-
CMYK00.030.270.48
HSL53.14º15.28%44.9%-
HSV(B)53.14º26.52%51.76%-
XYZ19.3921.2114.38-
YUV125.66111.83132.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.97%
GREEN value IS 128 (50.39% from 255) = 35.85%
BLUE value IS 97 (38.28% from 255) = 27.17%
R=36.97%
G=35.85%
B=27.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1321289700.030.270.4853.1415.2844.9
Hex848061031B3035f2d
Octal204200141033360651755
Binary10000100100000001100001011110111100001101011111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848061; }

 p { color: rgb(132,128,97); }

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

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

 a { background-color: rgb(132,128,97); }

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

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

 span { border-color: rgb(132,128,97); }

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