#81896E

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

Shades of Gunsmoke #81896E

Tints of Gunsmoke #81896E

Color information

#81896E (or 0x81896E) is unknown color: approx Gunsmoke. HEX triplet: 81, 89 and 6E. RGB value is (129,137,110). Sum of RGB (Red+Green+Blue) = 129+137+110=376 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.31% from 376); Green value is 137 (53.91% from 255 or 36.44% from 376); Blue value is 110 (43.36% from 255 or 29.26% from 376); Max value from RGB is 137 - color contains mainly: green. Hex color #81896E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81896E is #7E7691. Grayscale: #838383. Windows color (decimal): -8287890 or 7244161. OLE color: 7244161.

HSL color Cylindrical-coordinate representation of color #81896E: hue angle of 77.78º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #81896E is Cyan = 0.06, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB129137110-
CMYK0.0600.200.46
HSL77.78º10.93%48.43%-
HSV(B)77.78º19.71%53.73%-
XYZ20.8123.6818.23-
YUV131.53115.85126.2-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.31%
GREEN value IS 137 (53.91% from 255) = 36.44%
BLUE value IS 110 (43.36% from 255) = 29.26%
R=34.31%
G=36.44%
B=29.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371100.0600.200.4677.7810.9348.43
Hex81896E60142E4eb30
Octal2012111566024561161360
Binary1000000110001001110111011001010010111010011101011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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