Html Css Color HEX #80866D Gunsmoke

📋 copy color: '#80866D'

red 128 ◦ green 134 ◦ blue 109

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

Shades of Gunsmoke #80866D

Tints of Gunsmoke #80866D

RGB

 RED value IS 128 (50.39% from 255) = 34.5%

 GREEN value IS 134 (52.73% from 255) = 36.12%

 BLUE value IS 109 (42.97% from 255) = 29.38%

R = 34.5%
G = 36.12%
B = 29.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.19

 K value IS 0.47

RGB Variations

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

Color information

#80866D (or 0x80866D) is known color: Gunsmoke. HEX triplet: 80, 86 and 6D. RGB value is (128,134,109). Sum of RGB (Red+Green+Blue) = 128+134+109=371 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.50% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 109 (42.97% from 255 or 29.38% from 371); Max value from RGB is 134 - color contains mainly: green. Hex color #80866D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80866D is #7F7992. Grayscale: #818181. Windows color (decimal): -8354195 or 7177856. OLE color: 7177856.

HSL color Cylindrical-coordinate representation of color #80866D: hue angle of 74.4º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #80866D is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 134 109 -
CMYK 0.04 0 0.19 0.47
HSL 74.4º 0.1% 0.48% -
HSV(B) 74.4º 0.19% 0.53% -
XYZ 20.19 22.74 17.79 -
YUV 129.36 116.51 127.03 -
System Red Green Blue C M Y K H S L
Decimal 128 134 109 0.04 0 0.19 0.47 74.4 0.1 0.48
Hex 80 86 6D 4 0 13 2F 4A A 30
Octal 200 206 155 4 0 23 57 112 12 60
Binary 10000000 10000110 1101101 100 0 10011 101111 1001010 1010 110000

Color Harmonies of #80866D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80866D

Black with #80866D

Text Example


Text Example

White with #80866D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80866D; }

 p { color: rgb(128,134,109); }

 H1.HeaderClassName
 {
   color: #80866D;
 }
 .AnyTagClassName
 {
   color: #80866D;
 }
</style>

background-color css

<style>
 a { background-color: #80866D; }

 a { background-color: rgb(128,134,109); }

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

border-color css

<style>
 span { border-color: #80866D; }

 span { border-color: rgb(128,134,109); }

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