Html Css Color HEX #818973 Gunsmoke

📋 copy color: '#818973'

red 129 ◦ green 137 ◦ blue 115

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

Shades of Gunsmoke #818973

Tints of Gunsmoke #818973

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 30.18%

R = 33.86%
G = 35.96%
B = 30.18%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.16

 K value IS 0.46

RGB Variations

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

Color information

#818973 (or 0x818973) is known color: Gunsmoke. HEX triplet: 81, 89 and 73. RGB value is (129,137,115). Sum of RGB (Red+Green+Blue) = 129+137+115=381 (50% of max value = 765). Red value is 129 (50.78% from 255 or 33.86% from 381); Green value is 137 (53.91% from 255 or 35.96% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 137 - color contains mainly: green. Hex color #818973 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818973 is #7E768C. Grayscale: #848484. Windows color (decimal): -8287885 or 7571841. OLE color: 7571841.

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

Color convert

RGB 129 137 115 -
CMYK 0.06 0 0.16 0.46
HSL 81.82º 0.09% 0.49% -
HSV(B) 81.82º 0.16% 0.54% -
XYZ 21.09 23.8 19.7 -
YUV 132.1 118.35 125.79 -
System Red Green Blue C M Y K H S L
Decimal 129 137 115 0.06 0 0.16 0.46 81.82 0.09 0.49
Hex 81 89 73 6 0 10 2E 52 9 31
Octal 201 211 163 6 0 20 56 122 11 61
Binary 10000001 10001001 1110011 110 0 10000 101110 1010010 1001 110001

Color Harmonies of #818973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818973

Black with #818973

Text Example


Text Example

White with #818973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818973; }

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

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

background-color css

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

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

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

border-color css

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

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

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