#828668

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

Shades of Bitter #828668

Tints of Bitter #828668

Color information

#828668 (or 0x828668) is unknown color: approx Bitter. HEX triplet: 82, 86 and 68. RGB value is (130,134,104). Sum of RGB (Red+Green+Blue) = 130+134+104=368 (48% of max value = 765). Red value is 130 (51.17% from 255 or 35.33% from 368); Green value is 134 (52.73% from 255 or 36.41% from 368); Blue value is 104 (41.02% from 255 or 28.26% from 368); Max value from RGB is 134 - color contains mainly: green. Hex color #828668 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828668 is #7D7997. Grayscale: #818181. Windows color (decimal): -8223128 or 6850178. OLE color: 6850178.

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

Color convert

RGB130134104-
CMYK0.0300.220.47
HSL68º12.61%46.67%-
HSV(B)68º22.39%52.55%-
XYZ20.2322.816.43-
YUV129.38113.67128.44-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 35.33%
GREEN value IS 134 (52.73% from 255) = 36.41%
BLUE value IS 104 (41.02% from 255) = 28.26%
R=35.33%
G=36.41%
B=28.26%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1301341040.0300.220.476812.6146.67
Hex82866830162F44d2f
Octal2022061503026571041557
Binary100000101000011011010001101011010111110001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828668; }

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

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

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

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

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

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

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

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