#8A916C

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

Shades of Bitter #8A916C

Tints of Bitter #8A916C

Color information

#8A916C (or 0x8A916C) is unknown color: approx Bitter. HEX triplet: 8A, 91 and 6C. RGB value is (138,145,108). Sum of RGB (Red+Green+Blue) = 138+145+108=391 (51% of max value = 765). Red value is 138 (54.30% from 255 or 35.29% from 391); Green value is 145 (57.03% from 255 or 37.08% from 391); Blue value is 108 (42.58% from 255 or 27.62% from 391); Max value from RGB is 145 - color contains mainly: green. Hex color #8A916C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8A916C is #756E93. Grayscale: #8A8A8A. Windows color (decimal): -7696020 or 7115146. OLE color: 7115146.

HSL color Cylindrical-coordinate representation of color #8A916C: hue angle of 71.35º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A916C is Cyan = 0.05, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB138145108-
CMYK0.0500.260.43
HSL71.35º14.62%49.61%-
HSV(B)71.35º25.52%56.86%-
XYZ23.3126.7418.12-
YUV138.69110.68127.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 35.29%
GREEN value IS 145 (57.03% from 255) = 37.08%
BLUE value IS 108 (42.58% from 255) = 27.62%
R=35.29%
G=37.08%
B=27.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1381451080.0500.260.4371.3514.6249.61
Hex8A916C501A2B47f32
Octal2122211545032531071762
Binary1000101010010001110110010101101010101110001111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A916C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A916C; }

 p { color: rgb(138,145,108); }

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

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

 a { background-color: rgb(138,145,108); }

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

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

 span { border-color: rgb(138,145,108); }

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