Html Css Color HEX #898565 Bandicoot

📋 copy color: '#898565'

red 137 ◦ green 133 ◦ blue 101

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

Shades of Bandicoot #898565

Tints of Bandicoot #898565

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

 BLUE value IS 101 (39.84% from 255) = 27.22%

R = 36.93%
G = 35.85%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#898565 (or 0x898565) is known color: Bandicoot. HEX triplet: 89, 85 and 65. RGB value is (137,133,101). Sum of RGB (Red+Green+Blue) = 137+133+101=371 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.93% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 101 (39.84% from 255 or 27.22% from 371); Max value from RGB is 137 - color contains mainly: red. Hex color #898565 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898565 is #767A9A. Grayscale: #828282. Windows color (decimal): -7764635 or 6653321. OLE color: 6653321.

HSL color Cylindrical-coordinate representation of color #898565: hue angle of 53.33º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #898565 is Cyan = 0, Magento = 0.03, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 133 101 -
CMYK 0 0.03 0.26 0.46
HSL 53.33º 0.15% 0.47% -
HSV(B) 53.33º 0.26% 0.54% -
XYZ 21.05 23.03 15.65 -
YUV 130.55 111.33 132.6 -
System Red Green Blue C M Y K H S L
Decimal 137 133 101 0 0.03 0.26 0.46 53.33 0.15 0.47
Hex 89 85 65 0 3 1A 2E 35 F 2F
Octal 211 205 145 0 3 32 56 65 17 57
Binary 10001001 10000101 1100101 0 11 11010 101110 110101 1111 101111

Color Harmonies of #898565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898565

Black with #898565

Text Example


Text Example

White with #898565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898565; }

 p { color: rgb(137,133,101); }

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

background-color css

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

 a { background-color: rgb(137,133,101); }

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

border-color css

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

 span { border-color: rgb(137,133,101); }

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