Html Css Color HEX #80866F Gunsmoke

📋 copy color: '#80866F'

red 128 ◦ green 134 ◦ blue 111

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

Shades of Gunsmoke #80866F

Tints of Gunsmoke #80866F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.76%

R = 34.32%
G = 35.92%
B = 29.76%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.47

RGB Variations

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

Color information

#80866F (or 0x80866F) is known color: Gunsmoke. HEX triplet: 80, 86 and 6F. RGB value is (128,134,111). Sum of RGB (Red+Green+Blue) = 128+134+111=373 (49% of max value = 765). Red value is 128 (50.39% from 255 or 34.32% from 373); Green value is 134 (52.73% from 255 or 35.92% from 373); Blue value is 111 (43.75% from 255 or 29.76% from 373); Max value from RGB is 134 - color contains mainly: green. Hex color #80866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80866F is #7F7990. Grayscale: #818181. Windows color (decimal): -8354193 or 7308928. OLE color: 7308928.

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

Color convert

RGB 128 134 111 -
CMYK 0.04 0 0.17 0.47
HSL 75.65º 0.09% 0.48% -
HSV(B) 75.65º 0.17% 0.53% -
XYZ 20.3 22.79 18.37 -
YUV 129.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 128 134 111 0.04 0 0.17 0.47 75.65 0.09 0.48
Hex 80 86 6F 4 0 11 2F 4C 9 30
Octal 200 206 157 4 0 21 57 114 11 60
Binary 10000000 10000110 1101111 100 0 10001 101111 1001100 1001 110000

Color Harmonies of #80866F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80866F

Black with #80866F

Text Example


Text Example

White with #80866F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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