#868D5C

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

Shades of Bitter #868D5C

Tints of Bitter #868D5C

Color information

#868D5C (or 0x868D5C) is unknown color: approx Bitter. HEX triplet: 86, 8D and 5C. RGB value is (134,141,92). Sum of RGB (Red+Green+Blue) = 134+141+92=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 141 (55.47% from 255 or 38.42% from 367); Blue value is 92 (36.33% from 255 or 25.07% from 367); Max value from RGB is 141 - color contains mainly: green. Hex color #868D5C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868D5C is #7972A3. Grayscale: #858585. Windows color (decimal): -7959204 or 6065542. OLE color: 6065542.

HSL color Cylindrical-coordinate representation of color #868D5C: hue angle of 68.57º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #868D5C is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB13414192-
CMYK0.0500.350.45
HSL68.57º21.03%45.69%-
HSV(B)68.57º34.75%55.29%-
XYZ21.2924.8913.81-
YUV133.32104.68128.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 141 (55.47% from 255) = 38.42%
BLUE value IS 92 (36.33% from 255) = 25.07%
R=36.51%
G=38.42%
B=25.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134141920.0500.350.4568.5721.0345.69
Hex868D5C50232D45152e
Octal2062151345043551052556
Binary100001101000110110111001010100011101101100010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868D5C; }

 p { color: rgb(134,141,92); }

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

<style>
 a { background-color: #868D5C; }

 a { background-color: rgb(134,141,92); }

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

<style>
 span { border-color: #868D5C; }

 span { border-color: rgb(134,141,92); }

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