#86996D

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

Shades of Highland #86996D

Tints of Highland #86996D

Color information

#86996D (or 0x86996D) is unknown color: approx Highland. HEX triplet: 86, 99 and 6D. RGB value is (134,153,109). Sum of RGB (Red+Green+Blue) = 134+153+109=396 (52% of max value = 765). Red value is 134 (52.73% from 255 or 33.84% from 396); Green value is 153 (60.16% from 255 or 38.64% from 396); Blue value is 109 (42.97% from 255 or 27.53% from 396); Max value from RGB is 153 - color contains mainly: green. Hex color #86996D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #86996D is #796692. Grayscale: #8E8E8E. Windows color (decimal): -7956115 or 7182726. OLE color: 7182726.

HSL color Cylindrical-coordinate representation of color #86996D: hue angle of 85.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86996D is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB134153109-
CMYK0.1200.290.4
HSL85.91º17.74%51.37%-
HSV(B)85.91º28.76%60%-
XYZ23.9828.9518.79-
YUV142.3109.21122.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 33.84%
GREEN value IS 153 (60.16% from 255) = 38.64%
BLUE value IS 109 (42.97% from 255) = 27.53%
R=33.84%
G=38.64%
B=27.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1341531090.1200.290.485.9117.7451.37
Hex86996DC01D28561233
Octal20623115514035501262263
Binary100001101001100111011011100011101101000101011010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86996D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86996D; }

 p { color: rgb(134,153,109); }

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

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

 a { background-color: rgb(134,153,109); }

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

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

 span { border-color: rgb(134,153,109); }

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