#918F61

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

Shades of Bandicoot #918F61

Tints of Bandicoot #918F61

Color information

#918F61 (or 0x918F61) is unknown color: approx Bandicoot. HEX triplet: 91, 8F and 61. RGB value is (145,143,97). Sum of RGB (Red+Green+Blue) = 145+143+97=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 97 (38.28% from 255 or 25.19% from 385); Max value from RGB is 145 - color contains mainly: red. Hex color #918F61 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F61 is #6E709E. Grayscale: #8A8A8A. Windows color (decimal): -7237791 or 6393745. OLE color: 6393745.

HSL color Cylindrical-coordinate representation of color #918F61: hue angle of 57.5º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #918F61 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.43.

Color convert

RGB14514397-
CMYK00.010.330.43
HSL57.5º19.83%47.45%-
HSV(B)57.5º33.1%56.86%-
XYZ23.6626.5315.18-
YUV138.35104.66132.74-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.66%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 97 (38.28% from 255) = 25.19%
R=37.66%
G=37.14%
B=25.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451439700.010.330.4357.519.8347.45
Hex918F6101212B3a142f
Octal221217141014153722457
Binary100100011000111111000010110000110101111101010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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