Html Css Color HEX #89866D Bandicoot

📋 copy color: '#89866D'

red 137 ◦ green 134 ◦ blue 109

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

Shades of Bandicoot #89866D

Tints of Bandicoot #89866D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.68%

R = 36.05%
G = 35.26%
B = 28.68%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#89866D (or 0x89866D) is known color: Bandicoot. HEX triplet: 89, 86 and 6D. RGB value is (137,134,109). Sum of RGB (Red+Green+Blue) = 137+134+109=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 134 (52.73% from 255 or 35.26% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 137 - color contains mainly: red. Hex color #89866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #89866D is #767992. Grayscale: #848484. Windows color (decimal): -7764371 or 7177865. OLE color: 7177865.

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

Color convert

RGB 137 134 109 -
CMYK 0 0.02 0.20 0.46
HSL 53.57º 0.11% 0.48% -
HSV(B) 53.57º 0.2% 0.54% -
XYZ 21.6 23.47 17.86 -
YUV 132.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 137 134 109 0 0.02 0.20 0.46 53.57 0.11 0.48
Hex 89 86 6D 0 2 14 2E 36 B 30
Octal 211 206 155 0 2 24 56 66 13 60
Binary 10001001 10000110 1101101 0 10 10100 101110 110110 1011 110000

Color Harmonies of #89866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89866D

Black with #89866D

Text Example


Text Example

White with #89866D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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