#868763

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

Shades of Bitter #868763

Tints of Bitter #868763

Color information

#868763 (or 0x868763) is unknown color: approx Bitter. HEX triplet: 86, 87 and 63. RGB value is (134,135,99). Sum of RGB (Red+Green+Blue) = 134+135+99=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 135 (53.12% from 255 or 36.68% from 368); Blue value is 99 (39.06% from 255 or 26.90% from 368); Max value from RGB is 135 - color contains mainly: green. Hex color #868763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868763 is #79789C. Grayscale: #828282. Windows color (decimal): -7960733 or 6522758. OLE color: 6522758.

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

Color convert

RGB13413599-
CMYK0.0100.270.47
HSL61.67º15.38%45.88%-
HSV(B)61.67º26.67%52.94%-
XYZ20.7523.315.21-
YUV130.6110.17130.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 135 (53.12% from 255) = 36.68%
BLUE value IS 99 (39.06% from 255) = 26.90%
R=36.41%
G=36.68%
B=26.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134135990.0100.270.4761.6715.3845.88
Hex868763101B2F3ef2e
Octal206207143103357761756
Binary1000011010000111110001110110111011111111101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868763; }

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

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

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

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

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

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

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

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