#848465

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

Shades of Bandicoot #848465

Tints of Bandicoot #848465

Color information

#848465 (or 0x848465) is unknown color: approx Bandicoot. HEX triplet: 84, 84 and 65. RGB value is (132,132,101). Sum of RGB (Red+Green+Blue) = 132+132+101=365 (48% of max value = 765). Red value is 132 (51.95% from 255 or 36.16% from 365); Green value is 132 (51.95% from 255 or 36.16% from 365); Blue value is 101 (39.84% from 255 or 27.67% from 365); Max value from RGB is 132 - color contains mainly: red, green. Hex color #848465 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #848465 is #7B7B9A. Grayscale: #808080. Windows color (decimal): -8092571 or 6653060. OLE color: 6653060.

HSL color Cylindrical-coordinate representation of color #848465: hue angle of 60º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #848465 is Cyan = 0, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB132132101-
CMYK000.230.48
HSL60º13.3%45.69%-
HSV(B)60º23.48%51.76%-
XYZ20.1222.3515.57-
YUV128.47112.5130.52-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 36.16%
GREEN value IS 132 (51.95% from 255) = 36.16%
BLUE value IS 101 (39.84% from 255) = 27.67%
R=36.16%
G=36.16%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132132101000.230.486013.345.69
Hex8484650017303cd2e
Octal204204145002760741556
Binary1000010010000100110010100101111100001111001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #848465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #848465; }

 p { color: rgb(132,132,101); }

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

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

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

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

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

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

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