#868761

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

Shades of Bitter #868761

Tints of Bitter #868761

Color information

#868761 (or 0x868761) is unknown color: approx Bitter. HEX triplet: 86, 87 and 61. RGB value is (134,135,97). Sum of RGB (Red+Green+Blue) = 134+135+97=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 135 (53.12% from 255 or 36.89% from 366); Blue value is 97 (38.28% from 255 or 26.50% from 366); Max value from RGB is 135 - color contains mainly: green. Hex color #868761 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868761 is #79789E. Grayscale: #828282. Windows color (decimal): -7960735 or 6391686. OLE color: 6391686.

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

Color convert

RGB13413597-
CMYK0.0100.280.47
HSL61.58º16.38%45.49%-
HSV(B)61.58º28.15%52.94%-
XYZ20.6523.2614.71-
YUV130.37109.17130.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 135 (53.12% from 255) = 36.89%
BLUE value IS 97 (38.28% from 255) = 26.50%
R=36.61%
G=36.89%
B=26.50%

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
Decimal134135970.0100.280.4761.5816.3845.49
Hex868761101C2F3e102d
Octal206207141103457762055
Binary10000110100001111100001101110010111111111010000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868761; }

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

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

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

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

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

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

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

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