#918F5C

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

Shades of Bandicoot #918F5C

Tints of Bandicoot #918F5C

Color information

#918F5C (or 0x918F5C) is unknown color: approx Bandicoot. HEX triplet: 91, 8F and 5C. RGB value is (145,143,92). Sum of RGB (Red+Green+Blue) = 145+143+92=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 143 (56.25% from 255 or 37.63% from 380); Blue value is 92 (36.33% from 255 or 24.21% from 380); Max value from RGB is 145 - color contains mainly: red. Hex color #918F5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918F5C is #6E70A3. Grayscale: #898989. Windows color (decimal): -7237796 or 6066065. OLE color: 6066065.

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

Color convert

RGB14514392-
CMYK00.010.370.43
HSL57.74º22.36%46.47%-
HSV(B)57.74º36.55%56.86%-
XYZ23.4326.4413.99-
YUV137.78102.16133.15-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.16%
GREEN value IS 143 (56.25% from 255) = 37.63%
BLUE value IS 92 (36.33% from 255) = 24.21%
R=38.16%
G=37.63%
B=24.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451439200.010.370.4357.7422.3646.47
Hex918F5C01252B3a162e
Octal221217134014553722656
Binary100100011000111110111000110010110101111101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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