#829681

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

Shades of Stack #829681

Tints of Stack #829681

Color information

#829681 (or 0x829681) is unknown color: approx Stack. HEX triplet: 82, 96 and 81. RGB value is (130,150,129). Sum of RGB (Red+Green+Blue) = 130+150+129=409 (54% of max value = 765). Red value is 130 (51.17% from 255 or 31.78% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 150 - color contains mainly: green. Hex color #829681 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #829681 is #7D697E. Grayscale: #8D8D8D. Windows color (decimal): -8219007 or 8492674. OLE color: 8492674.

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

Color convert

RGB130150129-
CMYK0.1300.140.41
HSL117.14º9.09%54.71%-
HSV(B)117.14º14%58.82%-
XYZ24.0728.1424.93-
YUV141.63120.87119.71-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 31.78%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 129 (50.78% from 255) = 31.54%
R=31.78%
G=36.67%
B=31.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1301501290.1300.140.41117.149.0954.71
Hex829681D0E2975937
Octal20222620115016511651167
Binary10000010100101101000000111010111010100111101011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #829681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #829681; }

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

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

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

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

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

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

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

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