#828B68

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

Shades of Bitter #828B68

Tints of Bitter #828B68

Color information

#828B68 (or 0x828B68) is unknown color: approx Bitter. HEX triplet: 82, 8B and 68. RGB value is (130,139,104). Sum of RGB (Red+Green+Blue) = 130+139+104=373 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.85% from 373); Green value is 139 (54.69% from 255 or 37.27% from 373); Blue value is 104 (41.02% from 255 or 27.88% from 373); Max value from RGB is 139 - color contains mainly: green. Hex color #828B68 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B68 is #7D7497. Grayscale: #848484. Windows color (decimal): -8221848 or 6851458. OLE color: 6851458.

HSL color Cylindrical-coordinate representation of color #828B68: hue angle of 75.43º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #828B68 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB130139104-
CMYK0.0600.250.45
HSL75.43º14.4%47.65%-
HSV(B)75.43º25.18%54.51%-
XYZ20.9424.2116.67-
YUV132.32112.02126.35-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.85%
GREEN value IS 139 (54.69% from 255) = 37.27%
BLUE value IS 104 (41.02% from 255) = 27.88%
R=34.85%
G=37.27%
B=27.88%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301391040.0600.250.4575.4314.447.65
Hex828B6860192D4be30
Octal2022131506031551131660
Binary1000001010001011110100011001100110110110010111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #828B68; }

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

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

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

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

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

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

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

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