#838C6F

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

Shades of Gunsmoke #838C6F

Tints of Gunsmoke #838C6F

Color information

#838C6F (or 0x838C6F) is unknown color: approx Gunsmoke. HEX triplet: 83, 8C and 6F. RGB value is (131,140,111). Sum of RGB (Red+Green+Blue) = 131+140+111=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 140 (55.08% from 255 or 36.65% from 382); Blue value is 111 (43.75% from 255 or 29.06% from 382); Max value from RGB is 140 - color contains mainly: green. Hex color #838C6F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C6F is #7C7390. Grayscale: #868686. Windows color (decimal): -8156049 or 7310467. OLE color: 7310467.

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

Color convert

RGB131140111-
CMYK0.0600.210.45
HSL78.62º11.55%49.22%-
HSV(B)78.62º20.71%54.9%-
XYZ21.6124.7318.67-
YUV134115.02125.86-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.29%
GREEN value IS 140 (55.08% from 255) = 36.65%
BLUE value IS 111 (43.75% from 255) = 29.06%
R=34.29%
G=36.65%
B=29.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311401110.0600.210.4578.6211.5549.22
Hex838C6F60152D4fc31
Octal2032141576025551171461
Binary1000001110001100110111111001010110110110011111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,140,111); }

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

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

 a { background-color: rgb(131,140,111); }

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

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

 span { border-color: rgb(131,140,111); }

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