Html Css Color HEX #8C886E Bandicoot

📋 copy color: '#8C886E'

red 140 ◦ green 136 ◦ blue 110

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

Shades of Bandicoot #8C886E

Tints of Bandicoot #8C886E

RGB

 RED value IS 140 (55.08% from 255) = 36.27%

 GREEN value IS 136 (53.52% from 255) = 35.23%

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

R = 36.27%
G = 35.23%
B = 28.5%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C886E (or 0x8C886E) is known color: Bandicoot. HEX triplet: 8C, 88 and 6E. RGB value is (140,136,110). Sum of RGB (Red+Green+Blue) = 140+136+110=386 (51% of max value = 765). Red value is 140 (55.08% from 255 or 36.27% from 386); Green value is 136 (53.52% from 255 or 35.23% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 140 - color contains mainly: red. Hex color #8C886E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C886E is #737791. Grayscale: #868686. Windows color (decimal): -7567250 or 7243916. OLE color: 7243916.

HSL color Cylindrical-coordinate representation of color #8C886E: hue angle of 52º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8C886E is Cyan = 0, Magento = 0.03, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 136 110 -
CMYK 0 0.03 0.21 0.45
HSL 52º 0.12% 0.49% -
HSV(B) 52º 0.21% 0.55% -
XYZ 22.43 24.31 18.26 -
YUV 134.23 114.33 132.11 -
System Red Green Blue C M Y K H S L
Decimal 140 136 110 0 0.03 0.21 0.45 52 0.12 0.49
Hex 8C 88 6E 0 3 15 2D 34 C 31
Octal 214 210 156 0 3 25 55 64 14 61
Binary 10001100 10001000 1101110 0 11 10101 101101 110100 1100 110001

Color Harmonies of #8C886E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C886E

Black with #8C886E

Text Example


Text Example

White with #8C886E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,136,110); }

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

background-color css

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

 a { background-color: rgb(140,136,110); }

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

border-color css

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

 span { border-color: rgb(140,136,110); }

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