#829683

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

Shades of Stack #829683

Tints of Stack #829683

Color information

#829683 (or 0x829683) is unknown color: approx Stack. HEX triplet: 82, 96 and 83. RGB value is (130,150,131). Sum of RGB (Red+Green+Blue) = 130+150+131=411 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.63% from 411); Green value is 150 (58.98% from 255 or 36.50% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 150 - color contains mainly: green. Hex color #829683 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829683 is #7D697C. Grayscale: #8D8D8D. Windows color (decimal): -8219005 or 8623746. OLE color: 8623746.

HSL color Cylindrical-coordinate representation of color #829683: hue angle of 123º degrees, saturation: 0.09, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #829683 is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB130150131-
CMYK0.1300.130.41
HSL123º8.7%54.9%-
HSV(B)123º13.33%58.82%-
XYZ24.2128.225.64-
YUV141.85121.87119.54-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.63%
GREEN value IS 150 (58.98% from 255) = 36.50%
BLUE value IS 131 (51.56% from 255) = 31.87%
R=31.63%
G=36.50%
B=31.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501310.1300.130.411238.754.9
Hex829683D0D297b937
Octal20222620315015511731167
Binary10000010100101101000001111010110110100111110111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829683; }

 p { color: rgb(130,150,131); }

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

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

 a { background-color: rgb(130,150,131); }

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

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

 span { border-color: rgb(130,150,131); }

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