#838D6B

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

Shades of Gunsmoke #838D6B

Tints of Gunsmoke #838D6B

Color information

#838D6B (or 0x838D6B) is unknown color: approx Gunsmoke. HEX triplet: 83, 8D and 6B. RGB value is (131,141,107). Sum of RGB (Red+Green+Blue) = 131+141+107=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 141 - color contains mainly: green. Hex color #838D6B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D6B is #7C7294. Grayscale: #868686. Windows color (decimal): -8155797 or 7048579. OLE color: 7048579.

HSL color Cylindrical-coordinate representation of color #838D6B: hue angle of 77.65º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #838D6B is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.45.

Color convert

RGB131141107-
CMYK0.0700.240.45
HSL77.65º13.71%48.63%-
HSV(B)77.65º24.11%55.29%-
XYZ21.5424.9417.59-
YUV134.13112.69125.76-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.56%
GREEN value IS 141 (55.47% from 255) = 37.20%
BLUE value IS 107 (42.19% from 255) = 28.23%
R=34.56%
G=37.20%
B=28.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311411070.0700.240.4577.6513.7148.63
Hex838D6B70182D4ee31
Octal2032151537030551161661
Binary1000001110001101110101111101100010110110011101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838D6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #838D6B; }

 p { color: rgb(131,141,107); }

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

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

 a { background-color: rgb(131,141,107); }

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

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

 span { border-color: rgb(131,141,107); }

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