#868969

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

Shades of Bitter #868969

Tints of Bitter #868969

Color information

#868969 (or 0x868969) is unknown color: approx Bitter. HEX triplet: 86, 89 and 69. RGB value is (134,137,105). Sum of RGB (Red+Green+Blue) = 134+137+105=376 (49% of max value = 765). Red value is 134 (52.73% from 255 or 35.64% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 105 (41.41% from 255 or 27.93% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #868969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868969 is #797696. Grayscale: #848484. Windows color (decimal): -7960215 or 6916486. OLE color: 6916486.

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

Color convert

RGB134137105-
CMYK0.0200.230.46
HSL65.62º13.22%47.45%-
HSV(B)65.62º23.36%53.73%-
XYZ21.3323.9816.87-
YUV132.45112.51129.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 35.64%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 105 (41.41% from 255) = 27.93%
R=35.64%
G=36.44%
B=27.93%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1341371050.0200.230.4665.6213.2247.45
Hex86896920172E42d2f
Octal2062111512027561021557
Binary100001101000100111010011001011110111010000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868969; }

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

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

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

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

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

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

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

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