Html Css Color HEX #8C865E Bandicoot

📋 copy color: '#8C865E'

red 140 ◦ green 134 ◦ blue 94

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

Shades of Bandicoot #8C865E

Tints of Bandicoot #8C865E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.54%

R = 38.04%
G = 36.41%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8C865E (or 0x8C865E) is known color: Bandicoot. HEX triplet: 8C, 86 and 5E. RGB value is (140,134,94). Sum of RGB (Red+Green+Blue) = 140+134+94=368 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.04% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 94 (37.11% from 255 or 25.54% from 368); Max value from RGB is 140 - color contains mainly: red. Hex color #8C865E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C865E is #7379A1. Grayscale: #838383. Windows color (decimal): -7567778 or 6194828. OLE color: 6194828.

HSL color Cylindrical-coordinate representation of color #8C865E: hue angle of 52.17º degrees, saturation: 0.2, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #8C865E is Cyan = 0, Magento = 0.04, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 134 94 -
CMYK 0 0.04 0.33 0.45
HSL 52.17º 0.2% 0.46% -
HSV(B) 52.17º 0.33% 0.55% -
XYZ 21.36 23.43 13.99 -
YUV 131.23 106.99 134.25 -
System Red Green Blue C M Y K H S L
Decimal 140 134 94 0 0.04 0.33 0.45 52.17 0.2 0.46
Hex 8C 86 5E 0 4 21 2D 34 14 2E
Octal 214 206 136 0 4 41 55 64 24 56
Binary 10001100 10000110 1011110 0 100 100001 101101 110100 10100 101110

Color Harmonies of #8C865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C865E

Black with #8C865E

Text Example


Text Example

White with #8C865E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,134,94); }

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

background-color css

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

 a { background-color: rgb(140,134,94); }

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

border-color css

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

 span { border-color: rgb(140,134,94); }

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