#858468

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

Shades of Bandicoot #858468

Tints of Bandicoot #858468

Color information

#858468 (or 0x858468) is unknown color: approx Bandicoot. HEX triplet: 85, 84 and 68. RGB value is (133,132,104). Sum of RGB (Red+Green+Blue) = 133+132+104=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 132 (51.95% from 255 or 35.77% from 369); Blue value is 104 (41.02% from 255 or 28.18% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #858468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858468 is #7A7B97. Grayscale: #818181. Windows color (decimal): -8027032 or 6849669. OLE color: 6849669.

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

Color convert

RGB133132104-
CMYK00.010.220.48
HSL57.93º12.24%46.47%-
HSV(B)57.93º21.8%52.16%-
XYZ20.4222.4916.36-
YUV129.11113.83130.78-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.04%
GREEN value IS 132 (51.95% from 255) = 35.77%
BLUE value IS 104 (41.02% from 255) = 28.18%
R=36.04%
G=35.77%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313210400.010.220.4857.9312.2446.47
Hex8584680116303ac2e
Octal205204150012660721456
Binary1000010110000100110100001101101100001110101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858468; }

 p { color: rgb(133,132,104); }

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

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

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

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

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

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

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