#838B6E

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

Shades of Gunsmoke #838B6E

Tints of Gunsmoke #838B6E

Color information

#838B6E (or 0x838B6E) is unknown color: approx Gunsmoke. HEX triplet: 83, 8B and 6E. RGB value is (131,139,110). Sum of RGB (Red+Green+Blue) = 131+139+110=380 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.47% from 380); Green value is 139 (54.69% from 255 or 36.58% from 380); Blue value is 110 (43.36% from 255 or 28.95% from 380); Max value from RGB is 139 - color contains mainly: green. Hex color #838B6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838B6E is #7C7491. Grayscale: #858585. Windows color (decimal): -8156306 or 7244675. OLE color: 7244675.

HSL color Cylindrical-coordinate representation of color #838B6E: hue angle of 76.55º 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 #838B6E is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB131139110-
CMYK0.0600.210.45
HSL76.55º11.65%48.82%-
HSV(B)76.55º20.86%54.51%-
XYZ21.4124.4218.34-
YUV133.3114.85126.36-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 34.47%
GREEN value IS 139 (54.69% from 255) = 36.58%
BLUE value IS 110 (43.36% from 255) = 28.95%
R=34.47%
G=36.58%
B=28.95%

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
Decimal1311391100.0600.210.4576.5511.6548.82
Hex838B6E60152D4dc31
Octal2032131566025551151461
Binary1000001110001011110111011001010110110110011011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #838B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,139,110); }

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

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

 a { background-color: rgb(131,139,110); }

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

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

 span { border-color: rgb(131,139,110); }

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