#81886F

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

Shades of Gunsmoke #81886F

Tints of Gunsmoke #81886F

Color information

#81886F (or 0x81886F) is unknown color: approx Gunsmoke. HEX triplet: 81, 88 and 6F. RGB value is (129,136,111). Sum of RGB (Red+Green+Blue) = 129+136+111=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 136 (53.52% from 255 or 36.17% from 376); Blue value is 111 (43.75% from 255 or 29.52% from 376); Max value from RGB is 136 - color contains mainly: green. Hex color #81886F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81886F is #7E7790. Grayscale: #838383. Windows color (decimal): -8288145 or 7309441. OLE color: 7309441.

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

Color convert

RGB129136111-
CMYK0.0500.180.47
HSL76.8º10.12%48.43%-
HSV(B)76.8º18.38%53.33%-
XYZ20.7323.4218.47-
YUV131.06116.68126.53-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 136 (53.52% from 255) = 36.17%
BLUE value IS 111 (43.75% from 255) = 29.52%
R=34.31%
G=36.17%
B=29.52%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291361110.0500.180.4776.810.1248.43
Hex81886F50122F4da30
Octal2012101575022571151260
Binary1000000110001000110111110101001010111110011011010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81886F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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