#868966

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

Shades of Bitter #868966

Tints of Bitter #868966

Color information

#868966 (or 0x868966) is unknown color: approx Bitter. HEX triplet: 86, 89 and 66. RGB value is (134,137,102). Sum of RGB (Red+Green+Blue) = 134+137+102=373 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.92% from 373); Green value is 137 (53.91% from 255 or 36.73% from 373); Blue value is 102 (40.23% from 255 or 27.35% from 373); Max value from RGB is 137 - color contains mainly: green. Hex color #868966 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868966 is #797699. Grayscale: #848484. Windows color (decimal): -7960218 or 6719878. OLE color: 6719878.

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

Color convert

RGB134137102-
CMYK0.0200.260.46
HSL65.14º14.64%46.86%-
HSV(B)65.14º25.55%53.73%-
XYZ21.1823.9216.07-
YUV132.11111.01129.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.92%
GREEN value IS 137 (53.91% from 255) = 36.73%
BLUE value IS 102 (40.23% from 255) = 27.35%
R=35.92%
G=36.73%
B=27.35%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341371020.0200.260.4665.1414.6446.86
Hex868966201A2E41f2f
Octal2062111462032561011757
Binary100001101000100111001101001101010111010000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868966; }

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

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

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

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

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

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

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

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