#858061

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

Shades of Bandicoot #858061

Tints of Bandicoot #858061

Color information

#858061 (or 0x858061) is unknown color: approx Bandicoot. HEX triplet: 85, 80 and 61. RGB value is (133,128,97). Sum of RGB (Red+Green+Blue) = 133+128+97=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 128 (50.39% from 255 or 35.75% from 358); Blue value is 97 (38.28% from 255 or 27.09% from 358); Max value from RGB is 133 - color contains mainly: red. Hex color #858061 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858061 is #7A7F9E. Grayscale: #7E7E7E. Windows color (decimal): -8028063 or 6389893. OLE color: 6389893.

HSL color Cylindrical-coordinate representation of color #858061: hue angle of 51.67º degrees, saturation: 0.16, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #858061 is Cyan = 0, Magento = 0.04, Yellow = 0.27 and Black (K on CMYK) = 0.48.

Color convert

RGB13312897-
CMYK00.040.270.48
HSL51.67º15.65%45.1%-
HSV(B)51.67º27.07%52.16%-
XYZ19.5521.2914.39-
YUV125.96111.66133.02-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 128 (50.39% from 255) = 35.75%
BLUE value IS 97 (38.28% from 255) = 27.09%
R=37.15%
G=35.75%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.27
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1331289700.040.270.4851.6715.6545.1
Hex858061041B3034102d
Octal205200141043360642055
Binary1000010110000000110000101001101111000011010010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858061; }

 p { color: rgb(133,128,97); }

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

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

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

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

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

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

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