#918B62

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

Shades of Bandicoot #918B62

Tints of Bandicoot #918B62

Color information

#918B62 (or 0x918B62) is unknown color: approx Bandicoot. HEX triplet: 91, 8B and 62. RGB value is (145,139,98). Sum of RGB (Red+Green+Blue) = 145+139+98=382 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.96% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 98 (38.67% from 255 or 25.65% from 382); Max value from RGB is 145 - color contains mainly: red. Hex color #918B62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B62 is #6E749D. Grayscale: #888888. Windows color (decimal): -7238814 or 6458257. OLE color: 6458257.

HSL color Cylindrical-coordinate representation of color #918B62: hue angle of 52.34º 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 #918B62 is Cyan = 0, Magento = 0.04, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB14513998-
CMYK00.040.320.43
HSL52.34º19.34%47.65%-
HSV(B)52.34º32.41%56.86%-
XYZ23.1125.3715.23-
YUV136.12106.49134.33-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.96%
GREEN value IS 139 (54.69% from 255) = 36.39%
BLUE value IS 98 (38.67% from 255) = 25.65%
R=37.96%
G=36.39%
B=25.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451399800.040.320.4352.3419.3447.65
Hex918B6204202B341330
Octal221213142044053642360
Binary10010001100010111100010010010000010101111010010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #918B62; }

 p { color: rgb(145,139,98); }

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

<style>
 a { background-color: #918B62; }

 a { background-color: rgb(145,139,98); }

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

<style>
 span { border-color: #918B62; }

 span { border-color: rgb(145,139,98); }

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