#918C5C

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

Shades of Bandicoot #918C5C

Tints of Bandicoot #918C5C

Color information

#918C5C (or 0x918C5C) is unknown color: approx Bandicoot. HEX triplet: 91, 8C and 5C. RGB value is (145,140,92). Sum of RGB (Red+Green+Blue) = 145+140+92=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 140 (55.08% from 255 or 37.14% from 377); Blue value is 92 (36.33% from 255 or 24.40% from 377); Max value from RGB is 145 - color contains mainly: red. Hex color #918C5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C5C is #6E73A3. Grayscale: #888888. Windows color (decimal): -7238564 or 6065297. OLE color: 6065297.

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

Color convert

RGB14514092-
CMYK00.030.370.43
HSL54.34º22.36%46.47%-
HSV(B)54.34º36.55%56.86%-
XYZ22.9925.5513.85-
YUV136.02103.16134.4-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 38.46%
GREEN value IS 140 (55.08% from 255) = 37.14%
BLUE value IS 92 (36.33% from 255) = 24.40%
R=38.46%
G=37.14%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.37
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1451409200.030.370.4354.3422.3646.47
Hex918C5C03252B36162e
Octal221214134034553662656
Binary1001000110001100101110001110010110101111011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #918C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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