#908A66

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

Shades of Bandicoot #908A66

Tints of Bandicoot #908A66

Color information

#908A66 (or 0x908A66) is unknown color: approx Bandicoot. HEX triplet: 90, 8A and 66. RGB value is (144,138,102). Sum of RGB (Red+Green+Blue) = 144+138+102=384 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.5% from 384); Green value is 138 (54.30% from 255 or 35.94% from 384); Blue value is 102 (40.23% from 255 or 26.56% from 384); Max value from RGB is 144 - color contains mainly: red. Hex color #908A66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A66 is #6F7599. Grayscale: #878787. Windows color (decimal): -7304602 or 6720144. OLE color: 6720144.

HSL color Cylindrical-coordinate representation of color #908A66: hue angle of 51.43º 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 #908A66 is Cyan = 0, Magento = 0.04, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB144138102-
CMYK00.040.290.44
HSL51.43º17.07%48.24%-
HSV(B)51.43º29.17%56.47%-
XYZ22.9925.0716.2-
YUV135.69108.99133.93-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.5%
GREEN value IS 138 (54.30% from 255) = 35.94%
BLUE value IS 102 (40.23% from 255) = 26.56%
R=37.5%
G=35.94%
B=26.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413810200.040.290.4451.4317.0748.24
Hex908A66041D2C331130
Octal220212146043554632160
Binary1001000010001010110011001001110110110011001110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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