#81866F

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

Shades of Gunsmoke #81866F

Tints of Gunsmoke #81866F

Color information

#81866F (or 0x81866F) is unknown color: approx Gunsmoke. HEX triplet: 81, 86 and 6F. RGB value is (129,134,111). Sum of RGB (Red+Green+Blue) = 129+134+111=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 134 (52.73% from 255 or 35.83% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 134 - color contains mainly: green. Hex color #81866F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81866F is #7E7990. Grayscale: #818181. Windows color (decimal): -8288657 or 7308929. OLE color: 7308929.

HSL color Cylindrical-coordinate representation of color #81866F: hue angle of 73.04º 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 #81866F is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB129134111-
CMYK0.0400.170.47
HSL73.04º9.39%48.04%-
HSV(B)73.04º17.16%52.55%-
XYZ20.4522.8718.37-
YUV129.88117.34127.37-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.49%
GREEN value IS 134 (52.73% from 255) = 35.83%
BLUE value IS 111 (43.75% from 255) = 29.68%
R=34.49%
G=35.83%
B=29.68%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291341110.0400.170.4773.049.3948.04
Hex81866F40112F49930
Octal2012061574021571111160
Binary1000000110000110110111110001000110111110010011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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