#918D67

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

Shades of Bandicoot #918D67

Tints of Bandicoot #918D67

Color information

#918D67 (or 0x918D67) is unknown color: approx Bandicoot. HEX triplet: 91, 8D and 67. RGB value is (145,141,103). Sum of RGB (Red+Green+Blue) = 145+141+103=389 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.28% from 389); Green value is 141 (55.47% from 255 or 36.25% from 389); Blue value is 103 (40.62% from 255 or 26.48% from 389); Max value from RGB is 145 - color contains mainly: red. Hex color #918D67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918D67 is #6E7298. Grayscale: #8A8A8A. Windows color (decimal): -7238297 or 6786449. OLE color: 6786449.

HSL color Cylindrical-coordinate representation of color #918D67: hue angle of 54.29º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #918D67 is Cyan = 0, Magento = 0.03, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB145141103-
CMYK00.030.290.43
HSL54.29º16.94%48.63%-
HSV(B)54.29º28.97%56.86%-
XYZ23.6526.0516.61-
YUV137.86108.33133.09-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.28%
GREEN value IS 141 (55.47% from 255) = 36.25%
BLUE value IS 103 (40.62% from 255) = 26.48%
R=37.28%
G=36.25%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14514110300.030.290.4354.2916.9448.63
Hex918D67031D2B361131
Octal221215147033553662161
Binary100100011000110111001110111110110101111011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(145,141,103); }

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

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

 a { background-color: rgb(145,141,103); }

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

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

 span { border-color: rgb(145,141,103); }

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