#81836A

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

Shades of Bitter #81836A

Tints of Bitter #81836A

Color information

#81836A (or 0x81836A) is unknown color: approx Bitter. HEX triplet: 81, 83 and 6A. RGB value is (129,131,106). Sum of RGB (Red+Green+Blue) = 129+131+106=366 (48% of max value = 765). Red value is 129 (50.78% from 255 or 35.25% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 106 (41.80% from 255 or 28.96% from 366); Max value from RGB is 131 - color contains mainly: green. Hex color #81836A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81836A is #7E7C95. Grayscale: #7F7F7F. Windows color (decimal): -8289430 or 6980481. OLE color: 6980481.

HSL color Cylindrical-coordinate representation of color #81836A: hue angle of 64.8º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81836A is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB129131106-
CMYK0.0200.190.49
HSL64.8º10.55%46.47%-
HSV(B)64.8º19.08%51.37%-
XYZ19.7721.9416.83-
YUV127.55115.84129.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 35.25%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 106 (41.80% from 255) = 28.96%
R=35.25%
G=35.79%
B=28.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1291311060.0200.190.4964.810.5546.47
Hex81836A20133141b2e
Octal2012031522023611011356
Binary100000011000001111010101001001111000110000011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81836A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81836A; }

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

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

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

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

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

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

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

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