#818361

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

Shades of Bitter #818361

Tints of Bitter #818361

Color information

#818361 (or 0x818361) is unknown color: approx Bitter. HEX triplet: 81, 83 and 61. RGB value is (129,131,97). Sum of RGB (Red+Green+Blue) = 129+131+97=357 (47% of max value = 765). Red value is 129 (50.78% from 255 or 36.13% from 357); Green value is 131 (51.56% from 255 or 36.69% from 357); Blue value is 97 (38.28% from 255 or 27.17% from 357); Max value from RGB is 131 - color contains mainly: green. Hex color #818361 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818361 is #7E7C9E. Grayscale: #7E7E7E. Windows color (decimal): -8289439 or 6390657. OLE color: 6390657.

HSL color Cylindrical-coordinate representation of color #818361: hue angle of 63.53º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #818361 is Cyan = 0.02, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB12913197-
CMYK0.0200.260.49
HSL63.53º14.91%44.71%-
HSV(B)63.53º25.95%51.37%-
XYZ19.3321.7614.49-
YUV126.53111.34129.76-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 36.13%
GREEN value IS 131 (51.56% from 255) = 36.69%
BLUE value IS 97 (38.28% from 255) = 27.17%
R=36.13%
G=36.69%
B=27.17%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal129131970.0200.260.4963.5314.9144.71
Hex818361201A3140f2d
Octal2012031412032611001755
Binary100000011000001111000011001101011000110000001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818361; }

 p { color: rgb(129,131,97); }

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

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

 a { background-color: rgb(129,131,97); }

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

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

 span { border-color: rgb(129,131,97); }

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