#8A8668

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

Shades of Bandicoot #8A8668

Tints of Bandicoot #8A8668

Color information

#8A8668 (or 0x8A8668) is unknown color: approx Bandicoot. HEX triplet: 8A, 86 and 68. RGB value is (138,134,104). Sum of RGB (Red+Green+Blue) = 138+134+104=376 (49% of max value = 765). Red value is 138 (54.30% from 255 or 36.70% from 376); Green value is 134 (52.73% from 255 or 35.64% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 138 - color contains mainly: red. Hex color #8A8668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A8668 is #757997. Grayscale: #838383. Windows color (decimal): -7698840 or 6850186. OLE color: 6850186.

HSL color Cylindrical-coordinate representation of color #8A8668: hue angle of 52.94º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A8668 is Cyan = 0, Magento = 0.03, Yellow = 0.25 and Black (K on CMYK) = 0.46.

Color convert

RGB138134104-
CMYK00.030.250.46
HSL52.94º14.05%47.45%-
HSV(B)52.94º24.64%54.12%-
XYZ21.5123.4516.49-
YUV131.78112.33132.44-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 36.70%
GREEN value IS 134 (52.73% from 255) = 35.64%
BLUE value IS 104 (41.02% from 255) = 27.66%
R=36.70%
G=35.64%
B=27.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13813410400.030.250.4652.9414.0547.45
Hex8A866803192E35e2f
Octal212206150033156651657
Binary10001010100001101101000011110011011101101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A8668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,134,104); }

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

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

 a { background-color: rgb(138,134,104); }

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

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

 span { border-color: rgb(138,134,104); }

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