#868961

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

Shades of Bitter #868961

Tints of Bitter #868961

Color information

#868961 (or 0x868961) is unknown color: approx Bitter. HEX triplet: 86, 89 and 61. RGB value is (134,137,97). Sum of RGB (Red+Green+Blue) = 134+137+97=368 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.41% from 368); Green value is 137 (53.91% from 255 or 37.23% from 368); Blue value is 97 (38.28% from 255 or 26.36% from 368); Max value from RGB is 137 - color contains mainly: green. Hex color #868961 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868961 is #79769E. Grayscale: #838383. Windows color (decimal): -7960223 or 6392198. OLE color: 6392198.

HSL color Cylindrical-coordinate representation of color #868961: hue angle of 64.5º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #868961 is Cyan = 0.02, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.46.

Color convert

RGB13413797-
CMYK0.0200.290.46
HSL64.5º17.09%45.88%-
HSV(B)64.5º29.2%53.73%-
XYZ20.9323.8214.8-
YUV131.54108.51129.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.41%
GREEN value IS 137 (53.91% from 255) = 37.23%
BLUE value IS 97 (38.28% from 255) = 26.36%
R=36.41%
G=37.23%
B=26.36%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137970.0200.290.4664.517.0945.88
Hex868961201D2E40112e
Octal2062111412035561002156
Binary1000011010001001110000110011101101110100000010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868961; }

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

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

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

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

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

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

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

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