#828B6D

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

Shades of Gunsmoke #828B6D

Tints of Gunsmoke #828B6D

Color information

#828B6D (or 0x828B6D) is unknown color: approx Gunsmoke. HEX triplet: 82, 8B and 6D. RGB value is (130,139,109). Sum of RGB (Red+Green+Blue) = 130+139+109=378 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.39% from 378); Green value is 139 (54.69% from 255 or 36.77% from 378); Blue value is 109 (42.97% from 255 or 28.84% from 378); Max value from RGB is 139 - color contains mainly: green. Hex color #828B6D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B6D is #7D7492. Grayscale: #858585. Windows color (decimal): -8221843 or 7179138. OLE color: 7179138.

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

Color convert

RGB130139109-
CMYK0.0600.220.45
HSL78º12.1%48.63%-
HSV(B)78º21.58%54.51%-
XYZ21.224.3218.04-
YUV132.89114.52125.94-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.39%
GREEN value IS 139 (54.69% from 255) = 36.77%
BLUE value IS 109 (42.97% from 255) = 28.84%
R=34.39%
G=36.77%
B=28.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301391090.0600.220.457812.148.63
Hex828B6D60162D4ec31
Octal2022131556026551161461
Binary1000001010001011110110111001011010110110011101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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