#868862

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

Shades of Bitter #868862

Tints of Bitter #868862

Color information

#868862 (or 0x868862) is unknown color: approx Bitter. HEX triplet: 86, 88 and 62. RGB value is (134,136,98). Sum of RGB (Red+Green+Blue) = 134+136+98=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 136 (53.52% from 255 or 36.96% from 368); Blue value is 98 (38.67% from 255 or 26.63% from 368); Max value from RGB is 136 - color contains mainly: green. Hex color #868862 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868862 is #79779D. Grayscale: #838383. Windows color (decimal): -7960478 or 6457478. OLE color: 6457478.

HSL color Cylindrical-coordinate representation of color #868862: hue angle of 63.16º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #868862 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB13413698-
CMYK0.0100.280.47
HSL63.16º16.24%45.88%-
HSV(B)63.16º27.94%53.33%-
XYZ20.8423.5615-
YUV131.07109.34130.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 136 (53.52% from 255) = 36.96%
BLUE value IS 98 (38.67% from 255) = 26.63%
R=36.41%
G=36.96%
B=26.63%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134136980.0100.280.4763.1616.2445.88
Hex868862101C2F3f102e
Octal206210142103457772056
Binary10000110100010001100010101110010111111111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868862; }

 p { color: rgb(134,136,98); }

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

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

 a { background-color: rgb(134,136,98); }

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

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

 span { border-color: rgb(134,136,98); }

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