#828B6F

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

Shades of Gunsmoke #828B6F

Tints of Gunsmoke #828B6F

Color information

#828B6F (or 0x828B6F) is unknown color: approx Gunsmoke. HEX triplet: 82, 8B and 6F. RGB value is (130,139,111). Sum of RGB (Red+Green+Blue) = 130+139+111=380 (50% of max value = 765). Red value is 130 (51.17% from 255 or 34.21% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 139 - color contains mainly: green. Hex color #828B6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #828B6F is #7D7490. Grayscale: #858585. Windows color (decimal): -8221841 or 7310210. OLE color: 7310210.

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

Color convert

RGB130139111-
CMYK0.0600.200.45
HSL79.29º11.2%49.02%-
HSV(B)79.29º20.14%54.51%-
XYZ21.3124.3618.62-
YUV133.12115.52125.78-

RGB Variations

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

RGB

RED value IS 130 (51.17% from 255) = 34.21%
GREEN value IS 139 (54.69% from 255) = 36.58%
BLUE value IS 111 (43.75% from 255) = 29.21%
R=34.21%
G=36.58%
B=29.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1301391110.0600.200.4579.2911.249.02
Hex828B6F60142D4fb31
Octal2022131576024551171361
Binary1000001010001011110111111001010010110110011111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #828B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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