#84806A

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

Shades of Bandicoot #84806A

Tints of Bandicoot #84806A

Color information

#84806A (or 0x84806A) is unknown color: approx Bandicoot. HEX triplet: 84, 80 and 6A. RGB value is (132,128,106). Sum of RGB (Red+Green+Blue) = 132+128+106=366 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.07% from 366); Green value is 128 (50.39% from 255 or 34.97% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 132 - color contains mainly: red. Hex color #84806A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #84806A is #7B7F95. Grayscale: #7E7E7E. Windows color (decimal): -8093590 or 6979716. OLE color: 6979716.

HSL color Cylindrical-coordinate representation of color #84806A: hue angle of 50.77º degrees, saturation: 0.11, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #84806A is Cyan = 0, Magento = 0.03, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB132128106-
CMYK00.030.200.48
HSL50.77º10.92%46.67%-
HSV(B)50.77º19.7%51.76%-
XYZ19.8421.3816.72-
YUV126.69116.33131.79-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.07%
GREEN value IS 128 (50.39% from 255) = 34.97%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=36.07%
G=34.97%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13212810600.030.200.4850.7710.9246.67
Hex84806A03143033b2f
Octal204200152032460631357
Binary10000100100000001101010011101001100001100111011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84806A; }

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

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

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

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

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

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

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

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