Html Css Color HEX #918C66 Bandicoot

📋 copy color: '#918C66'

red 145 ◦ green 140 ◦ blue 102

#918C66
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bandicoot #918C66

Tints of Bandicoot #918C66

RGB

 RED value IS 145 (57.03% from 255) = 37.47%

 GREEN value IS 140 (55.08% from 255) = 36.18%

 BLUE value IS 102 (40.23% from 255) = 26.36%

R = 37.47%
G = 36.18%
B = 26.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.30

 K value IS 0.43

RGB Variations

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

Color information

#918C66 (or 0x918C66) is known color: Bandicoot. HEX triplet: 91, 8C and 66. RGB value is (145,140,102). Sum of RGB (Red+Green+Blue) = 145+140+102=387 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.47% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 102 (40.23% from 255 or 26.36% from 387); Max value from RGB is 145 - color contains mainly: red. Hex color #918C66 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #918C66 is #6E7399. Grayscale: #898989. Windows color (decimal): -7238554 or 6720657. OLE color: 6720657.

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

Color convert

RGB 145 140 102 -
CMYK 0 0.03 0.30 0.43
HSL 53.02º 0.17% 0.48% -
HSV(B) 53.02º 0.3% 0.57% -
XYZ 23.45 25.74 16.3 -
YUV 137.16 108.16 133.59 -
System Red Green Blue C M Y K H S L
Decimal 145 140 102 0 0.03 0.30 0.43 53.02 0.17 0.48
Hex 91 8C 66 0 3 1E 2B 35 11 30
Octal 221 214 146 0 3 36 53 65 21 60
Binary 10010001 10001100 1100110 0 11 11110 101011 110101 10001 110000

Color Harmonies of #918C66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #918C66

Black with #918C66

Text Example


Text Example

White with #918C66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #918C66;
 }
 .AnyTagClassName
 {
   color: #918C66;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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