Html Css Color HEX #8C876C Bandicoot

📋 copy color: '#8C876C'

red 140 ◦ green 135 ◦ blue 108

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

Shades of Bandicoot #8C876C

Tints of Bandicoot #8C876C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.2%

R = 36.55%
G = 35.25%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#8C876C (or 0x8C876C) is known color: Bandicoot. HEX triplet: 8C, 87 and 6C. RGB value is (140,135,108). Sum of RGB (Red+Green+Blue) = 140+135+108=383 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.55% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 140 - color contains mainly: red. Hex color #8C876C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8C876C is #737893. Grayscale: #858585. Windows color (decimal): -7567508 or 7112588. OLE color: 7112588.

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

Color convert

RGB 140 135 108 -
CMYK 0 0.04 0.23 0.45
HSL 50.63º 0.13% 0.49% -
HSV(B) 50.63º 0.23% 0.55% -
XYZ 22.19 23.99 17.65 -
YUV 133.42 113.66 132.7 -
System Red Green Blue C M Y K H S L
Decimal 140 135 108 0 0.04 0.23 0.45 50.63 0.13 0.49
Hex 8C 87 6C 0 4 17 2D 33 D 31
Octal 214 207 154 0 4 27 55 63 15 61
Binary 10001100 10000111 1101100 0 100 10111 101101 110011 1101 110001

Color Harmonies of #8C876C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C876C

Black with #8C876C

Text Example


Text Example

White with #8C876C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,135,108); }

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

background-color css

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

 a { background-color: rgb(140,135,108); }

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

border-color css

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

 span { border-color: rgb(140,135,108); }

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