#908D66

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

Shades of Bandicoot #908D66

Tints of Bandicoot #908D66

Color information

#908D66 (or 0x908D66) is unknown color: approx Bandicoot. HEX triplet: 90, 8D and 66. RGB value is (144,141,102). Sum of RGB (Red+Green+Blue) = 144+141+102=387 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.21% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 144 - color contains mainly: red. Hex color #908D66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D66 is #6F7299. Grayscale: #898989. Windows color (decimal): -7303834 or 6720912. OLE color: 6720912.

HSL color Cylindrical-coordinate representation of color #908D66: hue angle of 55.71º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #908D66 is Cyan = 0, Magento = 0.02, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB144141102-
CMYK00.020.290.44
HSL55.71º17.07%48.24%-
HSV(B)55.71º29.17%56.47%-
XYZ23.4225.9416.34-
YUV137.45107.99132.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.21%
GREEN value IS 141 (55.47% from 255) = 36.43%
BLUE value IS 102 (40.23% from 255) = 26.36%
R=37.21%
G=36.43%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414110200.020.290.4455.7117.0748.24
Hex908D66021D2C381130
Octal220215146023554702160
Binary100100001000110111001100101110110110011100010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,141,102); }

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

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

 a { background-color: rgb(144,141,102); }

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

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

 span { border-color: rgb(144,141,102); }

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