#818464

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

Shades of Bitter #818464

Tints of Bitter #818464

Color information

#818464 (or 0x818464) is unknown color: approx Bitter. HEX triplet: 81, 84 and 64. RGB value is (129,132,100). Sum of RGB (Red+Green+Blue) = 129+132+100=361 (47% of max value = 765). Red value is 129 (50.78% from 255 or 35.73% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 100 (39.45% from 255 or 27.70% from 361); Max value from RGB is 132 - color contains mainly: green. Hex color #818464 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818464 is #7E7B9B. Grayscale: #7F7F7F. Windows color (decimal): -8289180 or 6587521. OLE color: 6587521.

HSL color Cylindrical-coordinate representation of color #818464: hue angle of 65.62º degrees, saturation: 0.14, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #818464 is Cyan = 0.02, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.48.

Color convert

RGB129132100-
CMYK0.0200.240.48
HSL65.62º13.79%45.49%-
HSV(B)65.62º24.24%51.76%-
XYZ19.622.0915.29-
YUV127.46112.51129.1-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.73%
GREEN value IS 132 (51.95% from 255) = 36.57%
BLUE value IS 100 (39.45% from 255) = 27.70%
R=35.73%
G=36.57%
B=27.70%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1291321000.0200.240.4865.6213.7945.49
Hex81846420183042e2d
Octal2012041442030601021655
Binary100000011000010011001001001100011000010000101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818464; }

 p { color: rgb(129,132,100); }

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

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

 a { background-color: rgb(129,132,100); }

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

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

 span { border-color: rgb(129,132,100); }

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