#918B67

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

Shades of Bandicoot #918B67

Tints of Bandicoot #918B67

Color information

#918B67 (or 0x918B67) is unknown color: approx Bandicoot. HEX triplet: 91, 8B and 67. RGB value is (145,139,103). Sum of RGB (Red+Green+Blue) = 145+139+103=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 139 (54.69% from 255 or 35.92% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #918B67 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918B67 is #6E7498. Grayscale: #888888. Windows color (decimal): -7238809 or 6785937. OLE color: 6785937.

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

Color convert

RGB145139103-
CMYK00.040.290.43
HSL51.43º16.94%48.63%-
HSV(B)51.43º28.97%56.86%-
XYZ23.3625.4616.52-
YUV136.69108.99133.93-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 37.47%
GREEN value IS 139 (54.69% from 255) = 35.92%
BLUE value IS 103 (40.62% from 255) = 26.61%
R=37.47%
G=35.92%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14513910300.040.290.4351.4316.9448.63
Hex918B67041D2B331131
Octal221213147043553632161
Binary1001000110001011110011101001110110101111001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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