Html Css Color HEX #838C6C Gunsmoke

📋 copy color: '#838C6C'

red 131 ◦ green 140 ◦ blue 108

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

Shades of Gunsmoke #838C6C

Tints of Gunsmoke #838C6C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.94%

 BLUE value IS 108 (42.58% from 255) = 28.5%

R = 34.56%
G = 36.94%
B = 28.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.45

RGB Variations

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

Color information

#838C6C (or 0x838C6C) is known color: Gunsmoke. HEX triplet: 83, 8C and 6C. RGB value is (131,140,108). Sum of RGB (Red+Green+Blue) = 131+140+108=379 (50% of max value = 765). Red value is 131 (51.56% from 255 or 34.56% from 379); Green value is 140 (55.08% from 255 or 36.94% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 140 - color contains mainly: green. Hex color #838C6C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #838C6C is #7C7393. Grayscale: #858585. Windows color (decimal): -8156052 or 7113859. OLE color: 7113859.

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

Color convert

RGB 131 140 108 -
CMYK 0.06 0 0.23 0.45
HSL 76.88º 0.13% 0.49% -
HSV(B) 76.88º 0.23% 0.55% -
XYZ 21.44 24.66 17.82 -
YUV 133.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 131 140 108 0.06 0 0.23 0.45 76.88 0.13 0.49
Hex 83 8C 6C 6 0 17 2D 4D D 31
Octal 203 214 154 6 0 27 55 115 15 61
Binary 10000011 10001100 1101100 110 0 10111 101101 1001101 1101 110001

Color Harmonies of #838C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #838C6C

Black with #838C6C

Text Example


Text Example

White with #838C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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