#828969

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

Shades of Bitter #828969

Tints of Bitter #828969

Color information

#828969 (or 0x828969) is unknown color: approx Bitter. HEX triplet: 82, 89 and 69. RGB value is (130,137,105). Sum of RGB (Red+Green+Blue) = 130+137+105=372 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.95% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 105 (41.41% from 255 or 28.23% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #828969 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828969 is #7D7696. Grayscale: #838383. Windows color (decimal): -8222359 or 6916482. OLE color: 6916482.

HSL color Cylindrical-coordinate representation of color #828969: hue angle of 73.12º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #828969 is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB130137105-
CMYK0.0500.230.46
HSL73.12º13.22%47.45%-
HSV(B)73.12º23.36%53.73%-
XYZ20.723.6616.84-
YUV131.26113.18127.1-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.95%
GREEN value IS 137 (53.91% from 255) = 36.83%
BLUE value IS 105 (41.41% from 255) = 28.23%
R=34.95%
G=36.83%
B=28.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1301371050.0500.230.4673.1213.2247.45
Hex82896950172E49d2f
Octal2022111515027561111557
Binary1000001010001001110100110101011110111010010011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828969; }

 p { color: rgb(130,137,105); }

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

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

 a { background-color: rgb(130,137,105); }

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

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

 span { border-color: rgb(130,137,105); }

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