#828663

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

Shades of Bitter #828663

Tints of Bitter #828663

Color information

#828663 (or 0x828663) is unknown color: approx Bitter. HEX triplet: 82, 86 and 63. RGB value is (130,134,99). Sum of RGB (Red+Green+Blue) = 130+134+99=363 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.81% from 363); Green value is 134 (52.73% from 255 or 36.91% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 134 - color contains mainly: green. Hex color #828663 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828663 is #7D799C. Grayscale: #808080. Windows color (decimal): -8223133 or 6522498. OLE color: 6522498.

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

Color convert

RGB13013499-
CMYK0.0300.260.47
HSL66.86º15.02%45.69%-
HSV(B)66.86º26.12%52.55%-
XYZ19.9822.715.13-
YUV128.81111.17128.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.81%
GREEN value IS 134 (52.73% from 255) = 36.91%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=35.81%
G=36.91%
B=27.27%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal130134990.0300.260.4766.8615.0245.69
Hex828663301A2F43f2e
Octal2022061433032571031756
Binary100000101000011011000111101101010111110000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828663; }

 p { color: rgb(130,134,99); }

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

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

 a { background-color: rgb(130,134,99); }

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

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

 span { border-color: rgb(130,134,99); }

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