#818674

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

Shades of Gunsmoke #818674

Tints of Gunsmoke #818674

Color information

#818674 (or 0x818674) is unknown color: approx Gunsmoke. HEX triplet: 81, 86 and 74. RGB value is (129,134,116). Sum of RGB (Red+Green+Blue) = 129+134+116=379 (50% of max value = 765). Red value is 129 (50.78% from 255 or 34.04% from 379); Green value is 134 (52.73% from 255 or 35.36% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 134 - color contains mainly: green. Hex color #818674 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818674 is #7E798B. Grayscale: #828282. Windows color (decimal): -8288652 or 7636609. OLE color: 7636609.

HSL color Cylindrical-coordinate representation of color #818674: hue angle of 76.67º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #818674 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.47.

Color convert

RGB129134116-
CMYK0.0400.130.47
HSL76.67º7.2%49.02%-
HSV(B)76.67º13.43%52.55%-
XYZ20.7322.9819.87-
YUV130.45119.84126.96-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 34.04%
GREEN value IS 134 (52.73% from 255) = 35.36%
BLUE value IS 116 (45.70% from 255) = 30.61%
R=34.04%
G=35.36%
B=30.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1291341160.0400.130.4776.677.249.02
Hex81867440D2F4d731
Octal201206164401557115761
Binary10000001100001101110100100011011011111001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #818674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #818674; }

 p { color: rgb(129,134,116); }

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

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

 a { background-color: rgb(129,134,116); }

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

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

 span { border-color: rgb(129,134,116); }

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