#86895F

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

Shades of Bitter #86895F

Tints of Bitter #86895F

Color information

#86895F (or 0x86895F) is unknown color: approx Bitter. HEX triplet: 86, 89 and 5F. RGB value is (134,137,95). Sum of RGB (Red+Green+Blue) = 134+137+95=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 95 (37.5% from 255 or 25.96% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #86895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86895F is #7976A0. Grayscale: #838383. Windows color (decimal): -7960225 or 6261126. OLE color: 6261126.

HSL color Cylindrical-coordinate representation of color #86895F: hue angle of 64.29º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #86895F is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.46.

Color convert

RGB13413795-
CMYK0.0200.310.46
HSL64.29º18.1%45.49%-
HSV(B)64.29º30.66%53.73%-
XYZ20.8423.7914.32-
YUV131.32107.51129.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 95 (37.5% from 255) = 25.96%
R=36.61%
G=37.43%
B=25.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137950.0200.310.4664.2918.145.49
Hex86895F201F2E40122d
Octal2062111372037561002255
Binary1000011010001001101111110011111101110100000010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86895F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86895F; }

 p { color: rgb(134,137,95); }

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

<style>
 a { background-color: #86895F; }

 a { background-color: rgb(134,137,95); }

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

<style>
 span { border-color: #86895F; }

 span { border-color: rgb(134,137,95); }

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