#869169

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

Shades of Bitter #869169

Tints of Bitter #869169

Color information

#869169 (or 0x869169) is unknown color: approx Bitter. HEX triplet: 86, 91 and 69. RGB value is (134,145,105). Sum of RGB (Red+Green+Blue) = 134+145+105=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 145 (57.03% from 255 or 37.76% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 145 - color contains mainly: green. Hex color #869169 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #869169 is #796E96. Grayscale: #898989. Windows color (decimal): -7958167 or 6918534. OLE color: 6918534.

HSL color Cylindrical-coordinate representation of color #869169: hue angle of 76.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #869169 is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB134145105-
CMYK0.0800.280.43
HSL76.5º16%49.02%-
HSV(B)76.5º27.59%56.86%-
XYZ22.5126.3417.26-
YUV137.15109.86125.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 145 (57.03% from 255) = 37.76%
BLUE value IS 105 (41.41% from 255) = 27.34%
R=34.90%
G=37.76%
B=27.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1341451050.0800.280.4376.51649.02
Hex869169801C2B4c1031
Octal20622115110034531142061
Binary100001101001000111010011000011100101011100110010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869169; }

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

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

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

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

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

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

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

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