Html Css Color HEX #8A876E Bandicoot

📋 copy color: '#8A876E'

red 138 ◦ green 135 ◦ blue 110

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

Shades of Bandicoot #8A876E

Tints of Bandicoot #8A876E

RGB

 RED value IS 138 (54.3% from 255) = 36.03%

 GREEN value IS 135 (53.13% from 255) = 35.25%

 BLUE value IS 110 (43.36% from 255) = 28.72%

R = 36.03%
G = 35.25%
B = 28.72%

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

#8A876E (or 0x8A876E) is known color: Bandicoot. HEX triplet: 8A, 87 and 6E. RGB value is (138,135,110). Sum of RGB (Red+Green+Blue) = 138+135+110=383 (50% of max value = 765). Red value is 138 (54.30% from 255 or 36.03% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 110 (43.36% from 255 or 28.72% from 383); Max value from RGB is 138 - color contains mainly: red. Hex color #8A876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A876E is #757891. Grayscale: #858585. Windows color (decimal): -7698578 or 7243658. OLE color: 7243658.

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

Color convert

RGB 138 135 110 -
CMYK 0 0.02 0.20 0.46
HSL 53.57º 0.11% 0.49% -
HSV(B) 53.57º 0.2% 0.54% -
XYZ 21.96 23.86 18.2 -
YUV 133.05 114.99 131.53 -
System Red Green Blue C M Y K H S L
Decimal 138 135 110 0 0.02 0.20 0.46 53.57 0.11 0.49
Hex 8A 87 6E 0 2 14 2E 36 B 31
Octal 212 207 156 0 2 24 56 66 13 61
Binary 10001010 10000111 1101110 0 10 10100 101110 110110 1011 110001

Color Harmonies of #8A876E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A876E

Black with #8A876E

Text Example


Text Example

White with #8A876E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A876E; }

 p { color: rgb(138,135,110); }

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

background-color css

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

 a { background-color: rgb(138,135,110); }

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

border-color css

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

 span { border-color: rgb(138,135,110); }

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