#858656

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

Shades of Bandicoot #858656

Tints of Bandicoot #858656

Color information

#858656 (or 0x858656) is unknown color: approx Bandicoot. HEX triplet: 85, 86 and 56. RGB value is (133,134,86). Sum of RGB (Red+Green+Blue) = 133+134+86=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 134 (52.73% from 255 or 37.96% from 353); Blue value is 86 (33.98% from 255 or 24.36% from 353); Max value from RGB is 134 - color contains mainly: green. Hex color #858656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #858656 is #7A79A9. Grayscale: #808080. Windows color (decimal): -8026538 or 5670533. OLE color: 5670533.

HSL color Cylindrical-coordinate representation of color #858656: hue angle of 61.25º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #858656 is Cyan = 0.01, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB13313486-
CMYK0.0100.360.47
HSL61.25º21.82%43.14%-
HSV(B)61.25º35.82%52.55%-
XYZ19.8822.7112.14-
YUV128.23104.17131.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 134 (52.73% from 255) = 37.96%
BLUE value IS 86 (33.98% from 255) = 24.36%
R=37.68%
G=37.96%
B=24.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133134860.0100.360.4761.2521.8243.14
Hex85865610242F3d162b
Octal205206126104457752653
Binary100001011000011010101101010010010111111110110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858656; }

 p { color: rgb(133,134,86); }

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

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

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

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

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

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

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