#908C65

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

Shades of Bandicoot #908C65

Tints of Bandicoot #908C65

Color information

#908C65 (or 0x908C65) is unknown color: approx Bandicoot. HEX triplet: 90, 8C and 65. RGB value is (144,140,101). Sum of RGB (Red+Green+Blue) = 144+140+101=385 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.40% from 385); Green value is 140 (55.08% from 255 or 36.36% from 385); Blue value is 101 (39.84% from 255 or 26.23% from 385); Max value from RGB is 144 - color contains mainly: red. Hex color #908C65 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908C65 is #6F739A. Grayscale: #888888. Windows color (decimal): -7304091 or 6655120. OLE color: 6655120.

HSL color Cylindrical-coordinate representation of color #908C65: hue angle of 54.42º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #908C65 is Cyan = 0, Magento = 0.03, Yellow = 0.30 and Black (K on CMYK) = 0.44.

Color convert

RGB144140101-
CMYK00.030.300.44
HSL54.42º17.55%48.04%-
HSV(B)54.42º29.86%56.47%-
XYZ23.2325.6316.03-
YUV136.75107.83133.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.40%
GREEN value IS 140 (55.08% from 255) = 36.36%
BLUE value IS 101 (39.84% from 255) = 26.23%
R=37.40%
G=36.36%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14414010100.030.300.4454.4217.5548.04
Hex908C65031E2C361230
Octal220214145033654662260
Binary100100001000110011001010111111010110011011010010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908C65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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