Html Css Color HEX #818971 Gunsmoke

📋 copy color: '#818971'

red 129 ◦ green 137 ◦ blue 113

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

Shades of Gunsmoke #818971

Tints of Gunsmoke #818971

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 29.82%

R = 34.04%
G = 36.15%
B = 29.82%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.18

 K value IS 0.46

RGB Variations

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

Color information

#818971 (or 0x818971) is known color: Gunsmoke. HEX triplet: 81, 89 and 71. RGB value is (129,137,113). Sum of RGB (Red+Green+Blue) = 129+137+113=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 137 (53.91% from 255 or 36.15% from 379); Blue value is 113 (44.53% from 255 or 29.82% from 379); Max value from RGB is 137 - color contains mainly: green. Hex color #818971 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818971 is #7E768E. Grayscale: #838383. Windows color (decimal): -8287887 or 7440769. OLE color: 7440769.

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

Color convert

RGB 129 137 113 -
CMYK 0.06 0 0.18 0.46
HSL 80º 0.1% 0.49% -
HSV(B) 80º 0.18% 0.54% -
XYZ 20.98 23.75 19.1 -
YUV 131.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 129 137 113 0.06 0 0.18 0.46 80 0.1 0.49
Hex 81 89 71 6 0 12 2E 50 A 31
Octal 201 211 161 6 0 22 56 120 12 61
Binary 10000001 10001001 1110001 110 0 10010 101110 1010000 1010 110001

Color Harmonies of #818971

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818971

Black with #818971

Text Example


Text Example

White with #818971

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818971; }

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

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

background-color css

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

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

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

border-color css

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

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

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