Html Css Color HEX #898361 Bandicoot

📋 copy color: '#898361'

red 137 ◦ green 131 ◦ blue 97

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

Shades of Bandicoot #898361

Tints of Bandicoot #898361

RGB

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

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 37.53%
G = 35.89%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.29

 K value IS 0.46

RGB Variations

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

Color information

#898361 (or 0x898361) is known color: Bandicoot. HEX triplet: 89, 83 and 61. RGB value is (137,131,97). Sum of RGB (Red+Green+Blue) = 137+131+97=365 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.53% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 137 - color contains mainly: red. Hex color #898361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898361 is #767C9E. Grayscale: #818181. Windows color (decimal): -7765151 or 6390665. OLE color: 6390665.

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

Color convert

RGB 137 131 97 -
CMYK 0 0.04 0.29 0.46
HSL 51º 0.17% 0.46% -
HSV(B) 51º 0.29% 0.54% -
XYZ 20.59 22.41 14.55 -
YUV 128.92 109.99 133.76 -
System Red Green Blue C M Y K H S L
Decimal 137 131 97 0 0.04 0.29 0.46 51 0.17 0.46
Hex 89 83 61 0 4 1D 2E 33 11 2E
Octal 211 203 141 0 4 35 56 63 21 56
Binary 10001001 10000011 1100001 0 100 11101 101110 110011 10001 101110

Color Harmonies of #898361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898361

Black with #898361

Text Example


Text Example

White with #898361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898361; }

 p { color: rgb(137,131,97); }

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

background-color css

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

 a { background-color: rgb(137,131,97); }

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

border-color css

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

 span { border-color: rgb(137,131,97); }

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