#86731F

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

Shades of Yukon Gold #86731F

Tints of Yukon Gold #86731F

Color information

#86731F (or 0x86731F) is unknown color: approx Yukon Gold. HEX triplet: 86, 73 and 1F. RGB value is (134,115,31). Sum of RGB (Red+Green+Blue) = 134+115+31=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 115 (45.31% from 255 or 41.07% from 280); Blue value is 31 (12.5% from 255 or 11.07% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86731F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86731F is #798CE0. Grayscale: #6F6F6F. Windows color (decimal): -7965921 or 2061190. OLE color: 2061190.

HSL color Cylindrical-coordinate representation of color #86731F: hue angle of 48.93º 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 #86731F is Cyan = 0, Magento = 0.14, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB13411531-
CMYK00.140.770.47
HSL48.93º62.42%32.35%-
HSV(B)48.93º76.87%52.55%-
XYZ16.2117.433.81-
YUV111.182.79144.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 115 (45.31% from 255) = 41.07%
BLUE value IS 31 (12.5% from 255) = 11.07%
R=47.86%
G=41.07%
B=11.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341153100.140.770.4748.9362.4232.35
Hex86731F0E4D2F313e20
Octal2061633701611557617640
Binary10000110111001111111011101001101101111110001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86731F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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