#818763

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

Shades of Bitter #818763

Tints of Bitter #818763

Color information

#818763 (or 0x818763) is unknown color: approx Bitter. HEX triplet: 81, 87 and 63. RGB value is (129,135,99). Sum of RGB (Red+Green+Blue) = 129+135+99=363 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.54% from 363); Green value is 135 (53.12% from 255 or 37.19% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 135 - color contains mainly: green. Hex color #818763 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818763 is #7E789C. Grayscale: #818181. Windows color (decimal): -8288413 or 6522753. OLE color: 6522753.

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

Color convert

RGB12913599-
CMYK0.0400.270.47
HSL70º15.38%45.88%-
HSV(B)70º26.67%52.94%-
XYZ19.9722.915.17-
YUV129.1111.01127.93-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.54%
GREEN value IS 135 (53.12% from 255) = 37.19%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=35.54%
G=37.19%
B=27.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal129135990.0400.270.477015.3845.88
Hex818763401B2F46f2e
Octal2012071434033571061756
Binary1000000110000111110001110001101110111110001101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818763; }

 p { color: rgb(129,135,99); }

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

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

 a { background-color: rgb(129,135,99); }

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

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

 span { border-color: rgb(129,135,99); }

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