#878669

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

Shades of Bandicoot #878669

Tints of Bandicoot #878669

Color information

#878669 (or 0x878669) is unknown color: approx Bandicoot. HEX triplet: 87, 86 and 69. RGB value is (135,134,105). Sum of RGB (Red+Green+Blue) = 135+134+105=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 105 (41.41% from 255 or 28.07% from 374); Max value from RGB is 135 - color contains mainly: red. Hex color #878669 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #878669 is #787996. Grayscale: #838383. Windows color (decimal): -7895447 or 6915719. OLE color: 6915719.

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

Color convert

RGB135134105-
CMYK00.010.220.47
HSL58º12.5%47.06%-
HSV(B)58º22.22%52.94%-
XYZ21.0723.2216.74-
YUV130.99113.33130.86-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 36.10%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 105 (41.41% from 255) = 28.07%
R=36.10%
G=35.83%
B=28.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13513410500.010.220.475812.547.06
Hex87866901162F3ad2f
Octal207206151012657721557
Binary1000011110000110110100101101101011111110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878669; }

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

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

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

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

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

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

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

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