#86721E

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

Shades of Yukon Gold #86721E

Tints of Yukon Gold #86721E

Color information

#86721E (or 0x86721E) is unknown color: approx Yukon Gold. HEX triplet: 86, 72 and 1E. RGB value is (134,114,30). Sum of RGB (Red+Green+Blue) = 134+114+30=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 30 (12.11% from 255 or 10.79% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86721E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86721E is #798DE1. Grayscale: #6E6E6E. Windows color (decimal): -7966178 or 1995398. OLE color: 1995398.

HSL color Cylindrical-coordinate representation of color #86721E: hue angle of 48.46º degrees, saturation: 0.63, 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 #86721E is Cyan = 0, Magento = 0.15, Yellow = 0.78 and Black (K on CMYK) = 0.47.

Color convert

RGB13411430-
CMYK00.150.780.47
HSL48.46º63.41%32.16%-
HSV(B)48.46º77.61%52.55%-
XYZ16.0817.23.7-
YUV110.482.63144.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 114 (44.92% from 255) = 41.01%
BLUE value IS 30 (12.11% from 255) = 10.79%
R=48.20%
G=41.01%
B=10.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341143000.150.780.4748.4663.4132.16
Hex86721E0F4E2F303f20
Octal2061623601711657607740
Binary10000110111001011110011111001110101111110000111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86721E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86721E; }

 p { color: rgb(134,114,30); }

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

<style>
 a { background-color: #86721E; }

 a { background-color: rgb(134,114,30); }

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

<style>
 span { border-color: #86721E; }

 span { border-color: rgb(134,114,30); }

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