#86976C

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

Shades of Highland #86976C

Tints of Highland #86976C

Color information

#86976C (or 0x86976C) is unknown color: approx Highland. HEX triplet: 86, 97 and 6C. RGB value is (134,151,108). Sum of RGB (Red+Green+Blue) = 134+151+108=393 (52% of max value = 765). Red value is 134 (52.73% from 255 or 34.10% from 393); Green value is 151 (59.38% from 255 or 38.42% from 393); Blue value is 108 (42.58% from 255 or 27.48% from 393); Max value from RGB is 151 - color contains mainly: green. Hex color #86976C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86976C is #796893. Grayscale: #8D8D8D. Windows color (decimal): -7956628 or 7116678. OLE color: 7116678.

HSL color Cylindrical-coordinate representation of color #86976C: hue angle of 83.72º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #86976C is Cyan = 0.11, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB134151108-
CMYK0.1100.280.41
HSL83.72º17.13%50.78%-
HSV(B)83.72º28.48%59.22%-
XYZ23.628.2818.4-
YUV141.02109.37123-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 34.10%
GREEN value IS 151 (59.38% from 255) = 38.42%
BLUE value IS 108 (42.58% from 255) = 27.48%
R=34.10%
G=38.42%
B=27.48%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1341511080.1100.280.4183.7217.1350.78
Hex86976CB01C29541133
Octal20622715413034511242163
Binary100001101001011111011001011011100101001101010010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86976C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86976C; }

 p { color: rgb(134,151,108); }

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

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

 a { background-color: rgb(134,151,108); }

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

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

 span { border-color: rgb(134,151,108); }

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