#828C69

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

Shades of Gunsmoke #828C69

Tints of Gunsmoke #828C69

Color information

#828C69 (or 0x828C69) is unknown color: approx Gunsmoke. HEX triplet: 82, 8C and 69. RGB value is (130,140,105). Sum of RGB (Red+Green+Blue) = 130+140+105=375 (49% of max value = 765). Red value is 130 (51.17% from 255 or 34.67% from 375); Green value is 140 (55.08% from 255 or 37.33% from 375); Blue value is 105 (41.41% from 255 or 28% from 375); Max value from RGB is 140 - color contains mainly: green. Hex color #828C69 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828C69 is #7D7396. Grayscale: #858585. Windows color (decimal): -8221591 or 6917250. OLE color: 6917250.

HSL color Cylindrical-coordinate representation of color #828C69: hue angle of 77.14º 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 #828C69 is Cyan = 0.07, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB130140105-
CMYK0.0700.250.45
HSL77.14º14.29%48.04%-
HSV(B)77.14º25%54.9%-
XYZ21.1324.5216.98-
YUV133.02112.19125.85-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.67%
GREEN value IS 140 (55.08% from 255) = 37.33%
BLUE value IS 105 (41.41% from 255) = 28%
R=34.67%
G=37.33%
B=28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301401050.0700.250.4577.1414.2948.04
Hex828C6970192D4de30
Octal2022141517031551151660
Binary1000001010001100110100111101100110110110011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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