#868179

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

Shades of Concord #868179

Tints of Concord #868179

Color information

#868179 (or 0x868179) is unknown color: approx Concord. HEX triplet: 86, 81 and 79. RGB value is (134,129,121). Sum of RGB (Red+Green+Blue) = 134+129+121=384 (50% of max value = 765). Red value is 134 (52.73% from 255 or 34.90% from 384); Green value is 129 (50.78% from 255 or 33.59% from 384); Blue value is 121 (47.66% from 255 or 31.51% from 384); Max value from RGB is 134 - color contains mainly: red. Hex color #868179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #868179 is #797E86. Grayscale: #818181. Windows color (decimal): -7962247 or 7963014. OLE color: 7963014.

HSL color Cylindrical-coordinate representation of color #868179: hue angle of 36.92º degrees, saturation: 0.05, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #868179 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.47.

Color convert

RGB134129121-
CMYK00.040.100.47
HSL36.92º5.1%50%-
HSV(B)36.92º9.7%52.55%-
XYZ21.1322.1521.25-
YUV129.58123.16131.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.90%
GREEN value IS 129 (50.78% from 255) = 33.59%
BLUE value IS 121 (47.66% from 255) = 31.51%
R=34.90%
G=33.59%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13412912100.040.100.4736.925.150
Hex86817904A2F25532
Octal20620117104125745562
Binary1000011010000001111100101001010101111100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868179; }

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

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

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

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

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

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

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

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