#908A68

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

Shades of Bandicoot #908A68

Tints of Bandicoot #908A68

Color information

#908A68 (or 0x908A68) is unknown color: approx Bandicoot. HEX triplet: 90, 8A and 68. RGB value is (144,138,104). Sum of RGB (Red+Green+Blue) = 144+138+104=386 (51% of max value = 765). Red value is 144 (56.64% from 255 or 37.31% from 386); Green value is 138 (54.30% from 255 or 35.75% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 144 - color contains mainly: red. Hex color #908A68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #908A68 is #6F7597. Grayscale: #888888. Windows color (decimal): -7304600 or 6851216. OLE color: 6851216.

HSL color Cylindrical-coordinate representation of color #908A68: hue angle of 51º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #908A68 is Cyan = 0, Magento = 0.04, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB144138104-
CMYK00.040.280.44
HSL51º16.13%48.63%-
HSV(B)51º27.78%56.47%-
XYZ23.0925.1116.73-
YUV135.92109.99133.76-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 37.31%
GREEN value IS 138 (54.30% from 255) = 35.75%
BLUE value IS 104 (41.02% from 255) = 26.94%
R=37.31%
G=35.75%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14413810400.040.280.445116.1348.63
Hex908A68041C2C331031
Octal220212150043454632061
Binary1001000010001010110100001001110010110011001110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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