Html Css Color HEX #898666 Bandicoot

📋 copy color: '#898666'

red 137 ◦ green 134 ◦ blue 102

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

Shades of Bandicoot #898666

Tints of Bandicoot #898666

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 27.35%

R = 36.73%
G = 35.92%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.26

 K value IS 0.46

RGB Variations

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

Color information

#898666 (or 0x898666) is known color: Bandicoot. HEX triplet: 89, 86 and 66. RGB value is (137,134,102). Sum of RGB (Red+Green+Blue) = 137+134+102=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #898666 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #898666 is #767999. Grayscale: #838383. Windows color (decimal): -7764378 or 6719113. OLE color: 6719113.

HSL color Cylindrical-coordinate representation of color #898666: hue angle of 54.86º 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 #898666 is Cyan = 0, Magento = 0.02, Yellow = 0.26 and Black (K on CMYK) = 0.46.

Color convert

RGB 137 134 102 -
CMYK 0 0.02 0.26 0.46
HSL 54.86º 0.15% 0.47% -
HSV(B) 54.86º 0.26% 0.54% -
XYZ 21.24 23.33 15.95 -
YUV 131.25 111.49 132.1 -
System Red Green Blue C M Y K H S L
Decimal 137 134 102 0 0.02 0.26 0.46 54.86 0.15 0.47
Hex 89 86 66 0 2 1A 2E 37 F 2F
Octal 211 206 146 0 2 32 56 67 17 57
Binary 10001001 10000110 1100110 0 10 11010 101110 110111 1111 101111

Color Harmonies of #898666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #898666

Black with #898666

Text Example


Text Example

White with #898666

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #898666; }

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

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

background-color css

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

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

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

border-color css

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

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

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