#81876E

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

Shades of Gunsmoke #81876E

Tints of Gunsmoke #81876E

Color information

#81876E (or 0x81876E) is unknown color: approx Gunsmoke. HEX triplet: 81, 87 and 6E. RGB value is (129,135,110). Sum of RGB (Red+Green+Blue) = 129+135+110=374 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.49% from 374); Green value is 135 (53.12% from 255 or 36.10% from 374); Blue value is 110 (43.36% from 255 or 29.41% from 374); Max value from RGB is 135 - color contains mainly: green. Hex color #81876E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81876E is #7E7891. Grayscale: #828282. Windows color (decimal): -8288402 or 7243649. OLE color: 7243649.

HSL color Cylindrical-coordinate representation of color #81876E: 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 #81876E is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.47.

Color convert

RGB129135110-
CMYK0.0400.190.47
HSL74.4º10.2%48.04%-
HSV(B)74.4º18.52%52.94%-
XYZ20.5323.1218.13-
YUV130.36116.51127.03-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.49%
GREEN value IS 135 (53.12% from 255) = 36.10%
BLUE value IS 110 (43.36% from 255) = 29.41%
R=34.49%
G=36.10%
B=29.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291351100.0400.190.4774.410.248.04
Hex81876E40132F4aa30
Octal2012071564023571121260
Binary1000000110000111110111010001001110111110010101010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81876E; }

 p { color: rgb(129,135,110); }

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

<style>
 a { background-color: #81876E; }

 a { background-color: rgb(129,135,110); }

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

<style>
 span { border-color: #81876E; }

 span { border-color: rgb(129,135,110); }

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