Html Css Color HEX #838D6E Gunsmoke

📋 copy color: '#838D6E'

red 131 ◦ green 141 ◦ blue 110

#838D6E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gunsmoke #838D6E

Tints of Gunsmoke #838D6E

RGB

 RED value IS 131 (51.56% from 255) = 34.29%

 GREEN value IS 141 (55.47% from 255) = 36.91%

 BLUE value IS 110 (43.36% from 255) = 28.8%

R = 34.29%
G = 36.91%
B = 28.8%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#838D6E (or 0x838D6E) is known color: Gunsmoke. HEX triplet: 83, 8D and 6E. RGB value is (131,141,110). Sum of RGB (Red+Green+Blue) = 131+141+110=382 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.29% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 110 (43.36% from 255 or 28.80% from 382); Max value from RGB is 141 - color contains mainly: green. Hex color #838D6E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838D6E is #7C7291. Grayscale: #868686. Windows color (decimal): -8155794 or 7245187. OLE color: 7245187.

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

Color convert

RGB 131 141 110 -
CMYK 0.07 0 0.22 0.45
HSL 79.35º 0.12% 0.49% -
HSV(B) 79.35º 0.22% 0.55% -
XYZ 21.7 25 18.43 -
YUV 134.48 114.19 125.52 -
System Red Green Blue C M Y K H S L
Decimal 131 141 110 0.07 0 0.22 0.45 79.35 0.12 0.49
Hex 83 8D 6E 7 0 16 2D 4F C 31
Octal 203 215 156 7 0 26 55 117 14 61
Binary 10000011 10001101 1101110 111 0 10110 101101 1001111 1100 110001

Color Harmonies of #838D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838D6E

Black with #838D6E

Text Example


Text Example

White with #838D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #838D6E;
 }
 .AnyTagClassName
 {
   color: #838D6E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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