#81896F

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

Shades of Gunsmoke #81896F

Tints of Gunsmoke #81896F

Color information

#81896F (or 0x81896F) is unknown color: approx Gunsmoke. HEX triplet: 81, 89 and 6F. RGB value is (129,137,111). Sum of RGB (Red+Green+Blue) = 129+137+111=377 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.22% from 377); Green value is 137 (53.91% from 255 or 36.34% from 377); Blue value is 111 (43.75% from 255 or 29.44% from 377); Max value from RGB is 137 - color contains mainly: green. Hex color #81896F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81896F is #7E7690. Grayscale: #838383. Windows color (decimal): -8287889 or 7309697. OLE color: 7309697.

HSL color Cylindrical-coordinate representation of color #81896F: hue angle of 78.46º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #81896F is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB129137111-
CMYK0.0600.190.46
HSL78.46º10.48%48.63%-
HSV(B)78.46º18.98%53.73%-
XYZ20.8723.7118.51-
YUV131.64116.35126.11-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.22%
GREEN value IS 137 (53.91% from 255) = 36.34%
BLUE value IS 111 (43.75% from 255) = 29.44%
R=34.22%
G=36.34%
B=29.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1291371110.0600.190.4678.4610.4848.63
Hex81896F60132E4ea31
Octal2012111576023561161261
Binary1000000110001001110111111001001110111010011101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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