#86731D

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

Shades of Yukon Gold #86731D

Tints of Yukon Gold #86731D

Color information

#86731D (or 0x86731D) is unknown color: approx Yukon Gold. HEX triplet: 86, 73 and 1D. RGB value is (134,115,29). Sum of RGB (Red+Green+Blue) = 134+115+29=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 115 (45.31% from 255 or 41.37% from 278); Blue value is 29 (11.72% from 255 or 10.43% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86731D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86731D is #798CE2. Grayscale: #6F6F6F. Windows color (decimal): -7965923 or 1930118. OLE color: 1930118.

HSL color Cylindrical-coordinate representation of color #86731D: hue angle of 49.14º degrees, saturation: 0.64, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #86731D is Cyan = 0, Magento = 0.14, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB13411529-
CMYK00.140.780.47
HSL49.14º64.42%31.96%-
HSV(B)49.14º78.36%52.55%-
XYZ16.1817.423.67-
YUV110.8881.79144.49-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 115 (45.31% from 255) = 41.37%
BLUE value IS 29 (11.72% from 255) = 10.43%
R=48.20%
G=41.37%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341152900.140.780.4749.1464.4231.96
Hex86731D0E4E2F314020
Octal20616335016116576110040
Binary100001101110011111010111010011101011111100011000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86731D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,115,29); }

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

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

 a { background-color: rgb(134,115,29); }

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

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

 span { border-color: rgb(134,115,29); }

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