Html Css Color HEX #898664 Bandicoot

📋 copy color: '#898664'

red 137 ◦ green 134 ◦ blue 100

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

Shades of Bandicoot #898664

Tints of Bandicoot #898664

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 26.95%

R = 36.93%
G = 36.12%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.46

RGB Variations

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

Color information

#898664 (or 0x898664) is known color: Bandicoot. HEX triplet: 89, 86 and 64. RGB value is (137,134,100). Sum of RGB (Red+Green+Blue) = 137+134+100=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 100 (39.45% from 255 or 26.95% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #898664 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898664 is #76799B. Grayscale: #838383. Windows color (decimal): -7764380 or 6588041. OLE color: 6588041.

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

Color convert

RGB 137 134 100 -
CMYK 0 0.02 0.27 0.46
HSL 55.14º 0.16% 0.46% -
HSV(B) 55.14º 0.27% 0.54% -
XYZ 21.14 23.29 15.44 -
YUV 131.02 110.49 132.26 -
System Red Green Blue C M Y K H S L
Decimal 137 134 100 0 0.02 0.27 0.46 55.14 0.16 0.46
Hex 89 86 64 0 2 1B 2E 37 10 2E
Octal 211 206 144 0 2 33 56 67 20 56
Binary 10001001 10000110 1100100 0 10 11011 101110 110111 10000 101110

Color Harmonies of #898664

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898664

Black with #898664

Text Example


Text Example

White with #898664

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898664; }

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

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

background-color css

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

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

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

border-color css

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

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

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