#918F62

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

Shades of Bandicoot #918F62

Tints of Bandicoot #918F62

Color information

#918F62 (or 0x918F62) is unknown color: approx Bandicoot. HEX triplet: 91, 8F and 62. RGB value is (145,143,98). Sum of RGB (Red+Green+Blue) = 145+143+98=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 143 (56.25% from 255 or 37.05% from 386); Blue value is 98 (38.67% from 255 or 25.39% from 386); Max value from RGB is 145 - color contains mainly: red. Hex color #918F62 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F62 is #6E709D. Grayscale: #8A8A8A. Windows color (decimal): -7237790 or 6459281. OLE color: 6459281.

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

Color convert

RGB14514398-
CMYK00.010.320.43
HSL57.45º19.34%47.65%-
HSV(B)57.45º32.41%56.86%-
XYZ23.726.5515.43-
YUV138.47105.16132.66-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.56%
GREEN value IS 143 (56.25% from 255) = 37.05%
BLUE value IS 98 (38.67% from 255) = 25.39%
R=37.56%
G=37.05%
B=25.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451439800.010.320.4357.4519.3447.65
Hex918F6201202B391330
Octal221217142014053712360
Binary100100011000111111000100110000010101111100110011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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