Html Css Color HEX #81896A Gunsmoke

📋 copy color: '#81896A'

red 129 ◦ green 137 ◦ blue 106

#81896A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gunsmoke #81896A

Tints of Gunsmoke #81896A

RGB

 RED value IS 129 (50.78% from 255) = 34.68%

 GREEN value IS 137 (53.91% from 255) = 36.83%

 BLUE value IS 106 (41.8% from 255) = 28.49%

R = 34.68%
G = 36.83%
B = 28.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.46

RGB Variations

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

Color information

#81896A (or 0x81896A) is known color: Gunsmoke. HEX triplet: 81, 89 and 6A. RGB value is (129,137,106). Sum of RGB (Red+Green+Blue) = 129+137+106=372 (49% of max value = 765). Red value is 129 (50.78% from 255 or 34.68% from 372); Green value is 137 (53.91% from 255 or 36.83% from 372); Blue value is 106 (41.80% from 255 or 28.49% from 372); Max value from RGB is 137 - color contains mainly: green. Hex color #81896A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #81896A is #7E7695. Grayscale: #838383. Windows color (decimal): -8287894 or 6982017. OLE color: 6982017.

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

Color convert

RGB 129 137 106 -
CMYK 0.06 0 0.23 0.46
HSL 75.48º 0.13% 0.48% -
HSV(B) 75.48º 0.23% 0.54% -
XYZ 20.6 23.6 17.1 -
YUV 131.07 113.85 126.52 -
System Red Green Blue C M Y K H S L
Decimal 129 137 106 0.06 0 0.23 0.46 75.48 0.13 0.48
Hex 81 89 6A 6 0 17 2E 4B D 30
Octal 201 211 152 6 0 27 56 113 15 60
Binary 10000001 10001001 1101010 110 0 10111 101110 1001011 1101 110000

Color Harmonies of #81896A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #81896A

Black with #81896A

Text Example


Text Example

White with #81896A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #81896A;
 }
 .AnyTagClassName
 {
   color: #81896A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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