#83866A

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

Shades of Bitter #83866A

Tints of Bitter #83866A

Color information

#83866A (or 0x83866A) is unknown color: approx Bitter. HEX triplet: 83, 86 and 6A. RGB value is (131,134,106). Sum of RGB (Red+Green+Blue) = 131+134+106=371 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.31% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 106 (41.80% from 255 or 28.57% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #83866A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #83866A is #7C7995. Grayscale: #828282. Windows color (decimal): -8157590 or 6981251. OLE color: 6981251.

HSL color Cylindrical-coordinate representation of color #83866A: hue angle of 66.43º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #83866A is Cyan = 0.02, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB131134106-
CMYK0.0200.210.47
HSL66.43º11.67%47.06%-
HSV(B)66.43º20.9%52.55%-
XYZ20.4922.9216.98-
YUV129.91114.51128.78-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.31%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 106 (41.80% from 255) = 28.57%
R=35.31%
G=36.12%
B=28.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1311341060.0200.210.4766.4311.6747.06
Hex83866A20152F42c2f
Octal2032061522025571021457
Binary100000111000011011010101001010110111110000101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83866A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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