#868760

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

Shades of Bandicoot #868760

Tints of Bandicoot #868760

Color information

#868760 (or 0x868760) is unknown color: approx Bandicoot. HEX triplet: 86, 87 and 60. RGB value is (134,135,96). Sum of RGB (Red+Green+Blue) = 134+135+96=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 135 (53.12% from 255 or 36.99% from 365); Blue value is 96 (37.89% from 255 or 26.30% from 365); Max value from RGB is 135 - color contains mainly: green. Hex color #868760 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868760 is #79789F. Grayscale: #828282. Windows color (decimal): -7960736 or 6326150. OLE color: 6326150.

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

Color convert

RGB13413596-
CMYK0.0100.290.47
HSL61.54º16.88%45.29%-
HSV(B)61.54º28.89%52.94%-
XYZ20.6123.2414.47-
YUV130.25108.67130.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 135 (53.12% from 255) = 36.99%
BLUE value IS 96 (37.89% from 255) = 26.30%
R=36.71%
G=36.99%
B=26.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134135960.0100.290.4761.5416.8845.29
Hex868760101D2F3e112d
Octal206207140103557762155
Binary10000110100001111100000101110110111111111010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868760; }

 p { color: rgb(134,135,96); }

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

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

 a { background-color: rgb(134,135,96); }

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

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

 span { border-color: rgb(134,135,96); }

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