#908C66

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

Shades of Bandicoot #908C66

Tints of Bandicoot #908C66

Color information

#908C66 (or 0x908C66) is unknown color: approx Bandicoot. HEX triplet: 90, 8C and 66. RGB value is (144,140,102). Sum of RGB (Red+Green+Blue) = 144+140+102=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 140 (55.08% from 255 or 36.27% from 386); Blue value is 102 (40.23% from 255 or 26.42% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #908C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C66 is #6F7399. Grayscale: #898989. Windows color (decimal): -7304090 or 6720656. OLE color: 6720656.

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

Color convert

RGB144140102-
CMYK00.030.290.44
HSL54.29º17.07%48.24%-
HSV(B)54.29º29.17%56.47%-
XYZ23.2825.6416.29-
YUV136.86108.33133.09-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 140 (55.08% from 255) = 36.27%
BLUE value IS 102 (40.23% from 255) = 26.42%
R=37.31%
G=36.27%
B=26.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414010200.030.290.4454.2917.0748.24
Hex908C66031D2C361130
Octal220214146033554662160
Binary100100001000110011001100111110110110011011010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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