#908D62

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

Shades of Bandicoot #908D62

Tints of Bandicoot #908D62

Color information

#908D62 (or 0x908D62) is unknown color: approx Bandicoot. HEX triplet: 90, 8D and 62. RGB value is (144,141,98). Sum of RGB (Red+Green+Blue) = 144+141+98=383 (50% of max value = 765). Red value is 144 (56.64% from 255 or 37.60% from 383); Green value is 141 (55.47% from 255 or 36.81% from 383); Blue value is 98 (38.67% from 255 or 25.59% from 383); Max value from RGB is 144 - color contains mainly: red. Hex color #908D62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908D62 is #6F729D. Grayscale: #898989. Windows color (decimal): -7303838 or 6458768. OLE color: 6458768.

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

Color convert

RGB14414198-
CMYK00.020.320.44
HSL56.09º19.01%47.45%-
HSV(B)56.09º31.94%56.47%-
XYZ23.2325.8615.32-
YUV137105.99133-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.60%
GREEN value IS 141 (55.47% from 255) = 36.81%
BLUE value IS 98 (38.67% from 255) = 25.59%
R=37.60%
G=36.81%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1441419800.020.320.4456.0919.0147.45
Hex908D6202202C38132f
Octal220215142024054702357
Binary1001000010001101110001001010000010110011100010011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908D62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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