#858466

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

Shades of Bandicoot #858466

Tints of Bandicoot #858466

Color information

#858466 (or 0x858466) is unknown color: approx Bandicoot. HEX triplet: 85, 84 and 66. RGB value is (133,132,102). Sum of RGB (Red+Green+Blue) = 133+132+102=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 132 (51.95% from 255 or 35.97% from 367); Blue value is 102 (40.23% from 255 or 27.79% from 367); Max value from RGB is 133 - color contains mainly: red. Hex color #858466 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858466 is #7A7B99. Grayscale: #818181. Windows color (decimal): -8027034 or 6718597. OLE color: 6718597.

HSL color Cylindrical-coordinate representation of color #858466: hue angle of 58.06º 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 #858466 is Cyan = 0, Magento = 0.01, Yellow = 0.23 and Black (K on CMYK) = 0.48.

Color convert

RGB133132102-
CMYK00.010.230.48
HSL58.06º13.19%46.08%-
HSV(B)58.06º23.31%52.16%-
XYZ20.3222.4515.83-
YUV128.88112.83130.94-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.24%
GREEN value IS 132 (51.95% from 255) = 35.97%
BLUE value IS 102 (40.23% from 255) = 27.79%
R=36.24%
G=35.97%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.23
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal13313210200.010.230.4858.0613.1946.08
Hex8584660117303ad2e
Octal205204146012760721556
Binary1000010110000100110011001101111100001110101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858466

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858466; }

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

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

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

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

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

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

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

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