Html Css Color HEX #89866C Bandicoot

📋 copy color: '#89866C'

red 137 ◦ green 134 ◦ blue 108

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

Shades of Bandicoot #89866C

Tints of Bandicoot #89866C

RGB

 RED value IS 137 (53.91% from 255) = 36.15%

 GREEN value IS 134 (52.73% from 255) = 35.36%

 BLUE value IS 108 (42.58% from 255) = 28.5%

R = 36.15%
G = 35.36%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#89866C (or 0x89866C) is known color: Bandicoot. HEX triplet: 89, 86 and 6C. RGB value is (137,134,108). Sum of RGB (Red+Green+Blue) = 137+134+108=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #89866C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89866C is #767993. Grayscale: #848484. Windows color (decimal): -7764372 or 7112329. OLE color: 7112329.

HSL color Cylindrical-coordinate representation of color #89866C: hue angle of 53.79º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #89866C is Cyan = 0, Magento = 0.02, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 134 108 -
CMYK 0 0.02 0.21 0.46
HSL 53.79º 0.12% 0.48% -
HSV(B) 53.79º 0.21% 0.54% -
XYZ 21.55 23.45 17.58 -
YUV 131.93 114.49 131.61 -
System Red Green Blue C M Y K H S L
Decimal 137 134 108 0 0.02 0.21 0.46 53.79 0.12 0.48
Hex 89 86 6C 0 2 15 2E 36 C 30
Octal 211 206 154 0 2 25 56 66 14 60
Binary 10001001 10000110 1101100 0 10 10101 101110 110110 1100 110000

Color Harmonies of #89866C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89866C

Black with #89866C

Text Example


Text Example

White with #89866C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89866C; }

 p { color: rgb(137,134,108); }

 H1.HeaderClassName
 {
   color: #89866C;
 }
 .AnyTagClassName
 {
   color: #89866C;
 }
</style>

background-color css

<style>
 a { background-color: #89866C; }

 a { background-color: rgb(137,134,108); }

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

border-color css

<style>
 span { border-color: #89866C; }

 span { border-color: rgb(137,134,108); }

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