#8C8769

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

Shades of Bandicoot #8C8769

Tints of Bandicoot #8C8769

Color information

#8C8769 (or 0x8C8769) is unknown color: approx Bandicoot. HEX triplet: 8C, 87 and 69. RGB value is (140,135,105). Sum of RGB (Red+Green+Blue) = 140+135+105=380 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.84% from 380); Green value is 135 (53.12% from 255 or 35.53% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 140 - color contains mainly: red. Hex color #8C8769 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C8769 is #737896. Grayscale: #858585. Windows color (decimal): -7567511 or 6915980. OLE color: 6915980.

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

Color convert

RGB140135105-
CMYK00.040.250.45
HSL51.43º14.29%48.04%-
HSV(B)51.43º25%54.9%-
XYZ22.0323.9216.82-
YUV133.07112.16132.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 36.84%
GREEN value IS 135 (53.12% from 255) = 35.53%
BLUE value IS 105 (41.41% from 255) = 27.63%
R=36.84%
G=35.53%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal14013510500.040.250.4551.4314.2948.04
Hex8C876904192D33e30
Octal214207151043155631660
Binary100011001000011111010010100110011011011100111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C8769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8C8769; }

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

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

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

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

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

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

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

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