#86916C

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

Shades of Bitter #86916C

Tints of Bitter #86916C

Color information

#86916C (or 0x86916C) is unknown color: approx Bitter. HEX triplet: 86, 91 and 6C. RGB value is (134,145,108). Sum of RGB (Red+Green+Blue) = 134+145+108=387 (51% of max value = 765). Red value is 134 (52.73% from 255 or 34.63% from 387); Green value is 145 (57.03% from 255 or 37.47% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 145 - color contains mainly: green. Hex color #86916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86916C is #796E93. Grayscale: #898989. Windows color (decimal): -7958164 or 7115142. OLE color: 7115142.

HSL color Cylindrical-coordinate representation of color #86916C: hue angle of 77.84º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #86916C is Cyan = 0.08, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB134145108-
CMYK0.0800.260.43
HSL77.84º14.62%49.61%-
HSV(B)77.84º25.52%56.86%-
XYZ22.6626.418.09-
YUV137.49111.36125.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.63%
GREEN value IS 145 (57.03% from 255) = 37.47%
BLUE value IS 108 (42.58% from 255) = 27.91%
R=34.63%
G=37.47%
B=27.91%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341451080.0800.260.4377.8414.6249.61
Hex86916C801A2B4ef32
Octal20622115410032531161762
Binary10000110100100011101100100001101010101110011101111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86916C; }

 p { color: rgb(134,145,108); }

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

<style>
 a { background-color: #86916C; }

 a { background-color: rgb(134,145,108); }

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

<style>
 span { border-color: #86916C; }

 span { border-color: rgb(134,145,108); }

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