#928D63

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

Shades of Bandicoot #928D63

Tints of Bandicoot #928D63

Color information

#928D63 (or 0x928D63) is unknown color: approx Bandicoot. HEX triplet: 92, 8D and 63. RGB value is (146,141,99). Sum of RGB (Red+Green+Blue) = 146+141+99=386 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.82% from 386); Green value is 141 (55.47% from 255 or 36.53% from 386); Blue value is 99 (39.06% from 255 or 25.65% from 386); Max value from RGB is 146 - color contains mainly: red. Hex color #928D63 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #928D63 is #6D729C. Grayscale: #898989. Windows color (decimal): -7172765 or 6524306. OLE color: 6524306.

HSL color Cylindrical-coordinate representation of color #928D63: hue angle of 53.62º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #928D63 is Cyan = 0, Magento = 0.03, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14614199-
CMYK00.030.320.43
HSL53.62º19.18%48.04%-
HSV(B)53.62º32.19%57.25%-
XYZ23.6326.0615.59-
YUV137.71106.16133.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 37.82%
GREEN value IS 141 (55.47% from 255) = 36.53%
BLUE value IS 99 (39.06% from 255) = 25.65%
R=37.82%
G=36.53%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461419900.030.320.4353.6219.1848.04
Hex928D6303202B361330
Octal222215143034053662360
Binary1001001010001101110001101110000010101111011010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #928D63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #928D63; }

 p { color: rgb(146,141,99); }

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

<style>
 a { background-color: #928D63; }

 a { background-color: rgb(146,141,99); }

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

<style>
 span { border-color: #928D63; }

 span { border-color: rgb(146,141,99); }

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