#86876E

Color #86876E Bitter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bitter #86876E

Tints of Bitter #86876E

Color information

#86876E (or 0x86876E) is unknown color: approx Bitter. HEX triplet: 86, 87 and 6E. RGB value is (134,135,110). Sum of RGB (Red+Green+Blue) = 134+135+110=379 (50% of max value = 765). Red value is 134 (52.73% from 255 or 35.36% from 379); Green value is 135 (53.12% from 255 or 35.62% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 135 - color contains mainly: green. Hex color #86876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86876E is #797891. Grayscale: #838383. Windows color (decimal): -7960722 or 7243654. OLE color: 7243654.

HSL color Cylindrical-coordinate representation of color #86876E: hue angle of 62.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #86876E is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB134135110-
CMYK0.0100.190.47
HSL62.4º10.2%48.04%-
HSV(B)62.4º18.52%52.94%-
XYZ21.3123.5218.17-
YUV131.85115.67129.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.36%
GREEN value IS 135 (53.12% from 255) = 35.62%
BLUE value IS 110 (43.36% from 255) = 29.02%
R=35.36%
G=35.62%
B=29.02%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341351100.0100.190.4762.410.248.04
Hex86876E10132F3ea30
Octal206207156102357761260
Binary1000011010000111110111010100111011111111101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86876E; }

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

 H1.HeaderClassName
 {
   color: #86876E;
 }
 .AnyTagClassName
 {
   color: #86876E;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #86876E;
 }
 .BgClassName
 {
   background-color: #86876E;
 }
</style>
border-color css

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

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

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