#86681D

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

Shades of Yukon Gold #86681D

Tints of Yukon Gold #86681D

Color information

#86681D (or 0x86681D) is unknown color: approx Yukon Gold. HEX triplet: 86, 68 and 1D. RGB value is (134,104,29). Sum of RGB (Red+Green+Blue) = 134+104+29=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 29 (11.72% from 255 or 10.86% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #86681D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86681D is #7997E2. Grayscale: #686868. Windows color (decimal): -7968739 or 1927302. OLE color: 1927302.

HSL color Cylindrical-coordinate representation of color #86681D: hue angle of 42.86º 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 #86681D is Cyan = 0, Magento = 0.22, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB13410429-
CMYK00.220.780.47
HSL42.86º64.42%31.96%-
HSV(B)42.86º78.36%52.55%-
XYZ1515.063.28-
YUV104.4285.44149.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 29 (11.72% from 255) = 10.86%
R=50.19%
G=38.95%
B=10.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341042900.220.780.4742.8664.4231.96
Hex86681D0164E2F2b4020
Octal20615035026116575310040
Binary1000011011010001110101011010011101011111010111000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86681D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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