#858564

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

Shades of Bandicoot #858564

Tints of Bandicoot #858564

Color information

#858564 (or 0x858564) is unknown color: approx Bandicoot. HEX triplet: 85, 85 and 64. RGB value is (133,133,100). Sum of RGB (Red+Green+Blue) = 133+133+100=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 100 (39.45% from 255 or 27.32% from 366); Max value from RGB is 133 - color contains mainly: red, green. Hex color #858564 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858564 is #7A7A9B. Grayscale: #818181. Windows color (decimal): -8026780 or 6587781. OLE color: 6587781.

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

Color convert

RGB133133100-
CMYK000.250.48
HSL60º14.16%45.69%-
HSV(B)60º24.81%52.16%-
XYZ20.3622.6815.36-
YUV129.24111.5130.68-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.34%
GREEN value IS 133 (52.34% from 255) = 36.34%
BLUE value IS 100 (39.45% from 255) = 27.32%
R=36.34%
G=36.34%
B=27.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133133100000.250.486014.1645.69
Hex8585640019303ce2e
Octal205205144003160741656
Binary1000010110000101110010000110011100001111001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858564

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858564; }

 p { color: rgb(133,133,100); }

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

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

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

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

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

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

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