#86761F

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

Shades of Yukon Gold #86761F

Tints of Yukon Gold #86761F

Color information

#86761F (or 0x86761F) is unknown color: approx Yukon Gold. HEX triplet: 86, 76 and 1F. RGB value is (134,118,31). Sum of RGB (Red+Green+Blue) = 134+118+31=283 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.35% from 283); Green value is 118 (46.48% from 255 or 41.70% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 134 - color contains mainly: red. Hex color #86761F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86761F is #7989E0. Grayscale: #717171. Windows color (decimal): -7965153 or 2061958. OLE color: 2061958.

HSL color Cylindrical-coordinate representation of color #86761F: hue angle of 50.68º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86761F is Cyan = 0, Magento = 0.12, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB13411831-
CMYK00.120.770.47
HSL50.68º62.42%32.35%-
HSV(B)50.68º76.87%52.55%-
XYZ16.5618.123.92-
YUV112.8781.8143.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.35%
GREEN value IS 118 (46.48% from 255) = 41.70%
BLUE value IS 31 (12.5% from 255) = 10.95%
R=47.35%
G=41.70%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341183100.120.770.4750.6862.4232.35
Hex86761F0C4D2F333e20
Octal2061663701411557637640
Binary10000110111011011111011001001101101111110011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86761F; }

 p { color: rgb(134,118,31); }

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

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

 a { background-color: rgb(134,118,31); }

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

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

 span { border-color: rgb(134,118,31); }

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