#848064

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

Shades of Bandicoot #848064

Tints of Bandicoot #848064

Color information

#848064 (or 0x848064) is unknown color: approx Bandicoot. HEX triplet: 84, 80 and 64. RGB value is (132,128,100). Sum of RGB (Red+Green+Blue) = 132+128+100=360 (47% of max value = 765). Red value is 132 (51.95% from 255 or 36.67% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 100 (39.45% from 255 or 27.78% from 360); Max value from RGB is 132 - color contains mainly: red. Hex color #848064 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848064 is #7B7F9B. Grayscale: #7E7E7E. Windows color (decimal): -8093596 or 6586500. OLE color: 6586500.

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

Color convert

RGB132128100-
CMYK00.030.240.48
HSL52.5º13.79%45.49%-
HSV(B)52.5º24.24%51.76%-
XYZ19.5421.2615.13-
YUV126113.33132.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.67%
GREEN value IS 128 (50.39% from 255) = 35.56%
BLUE value IS 100 (39.45% from 255) = 27.78%
R=36.67%
G=35.56%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212810000.030.240.4852.513.7945.49
Hex84806403183035e2d
Octal204200144033060651655
Binary10000100100000001100100011110001100001101011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848064; }

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

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

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

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

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

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

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

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