#818660

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

Shades of Bitter #818660

Tints of Bitter #818660

Color information

#818660 (or 0x818660) is unknown color: approx Bitter. HEX triplet: 81, 86 and 60. RGB value is (129,134,96). Sum of RGB (Red+Green+Blue) = 129+134+96=359 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.93% from 359); Green value is 134 (52.73% from 255 or 37.33% from 359); Blue value is 96 (37.89% from 255 or 26.74% from 359); Max value from RGB is 134 - color contains mainly: green. Hex color #818660 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818660 is #7E799F. Grayscale: #808080. Windows color (decimal): -8288672 or 6325889. OLE color: 6325889.

HSL color Cylindrical-coordinate representation of color #818660: hue angle of 67.89º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #818660 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB12913496-
CMYK0.0400.280.47
HSL67.89º16.52%45.1%-
HSV(B)67.89º28.36%52.55%-
XYZ19.6922.5614.38-
YUV128.17109.84128.59-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.93%
GREEN value IS 134 (52.73% from 255) = 37.33%
BLUE value IS 96 (37.89% from 255) = 26.74%
R=35.93%
G=37.33%
B=26.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129134960.0400.280.4767.8916.5245.1
Hex818660401C2F44112d
Octal2012061404034571042155
Binary10000001100001101100000100011100101111100010010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818660; }

 p { color: rgb(129,134,96); }

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

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

 a { background-color: rgb(129,134,96); }

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

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

 span { border-color: rgb(129,134,96); }

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