#908C6A

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

Shades of Bandicoot #908C6A

Tints of Bandicoot #908C6A

Color information

#908C6A (or 0x908C6A) is unknown color: approx Bandicoot. HEX triplet: 90, 8C and 6A. RGB value is (144,140,106). Sum of RGB (Red+Green+Blue) = 144+140+106=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 106 (41.80% from 255 or 27.18% from 390); Max value from RGB is 144 - color contains mainly: red. Hex color #908C6A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C6A is #6F7395. Grayscale: #898989. Windows color (decimal): -7304086 or 6982800. OLE color: 6982800.

HSL color Cylindrical-coordinate representation of color #908C6A: hue angle of 53.68º degrees, saturation: 0.15, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #908C6A is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB144140106-
CMYK00.030.260.44
HSL53.68º15.2%49.02%-
HSV(B)53.68º26.39%56.47%-
XYZ23.4825.7317.36-
YUV137.32110.33132.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.92%
GREEN value IS 140 (55.08% from 255) = 35.90%
BLUE value IS 106 (41.80% from 255) = 27.18%
R=36.92%
G=35.90%
B=27.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.26
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414010600.030.260.4453.6815.249.02
Hex908C6A031A2C36f31
Octal220214152033254661761
Binary10010000100011001101010011110101011001101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908C6A; }

 p { color: rgb(144,140,106); }

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

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

 a { background-color: rgb(144,140,106); }

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

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

 span { border-color: rgb(144,140,106); }

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