#86741C

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

Shades of Yukon Gold #86741C

Tints of Yukon Gold #86741C

Color information

#86741C (or 0x86741C) is unknown color: approx Yukon Gold. HEX triplet: 86, 74 and 1C. RGB value is (134,116,28). Sum of RGB (Red+Green+Blue) = 134+116+28=278 (36% of max value = 765). Red value is 134 (52.73% from 255 or 48.20% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 28 (11.33% from 255 or 10.07% from 278); Max value from RGB is 134 - color contains mainly: red. Hex color #86741C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86741C is #798BE3. Grayscale: #6F6F6F. Windows color (decimal): -7965668 or 1864838. OLE color: 1864838.

HSL color Cylindrical-coordinate representation of color #86741C: hue angle of 49.81º degrees, saturation: 0.65, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #86741C is Cyan = 0, Magento = 0.13, Yellow = 0.79 and Black (K on CMYK) = 0.47.

Color convert

RGB13411628-
CMYK00.130.790.47
HSL49.81º65.43%31.76%-
HSV(B)49.81º79.1%52.55%-
XYZ16.2917.643.65-
YUV111.3580.96144.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 48.20%
GREEN value IS 116 (45.70% from 255) = 41.73%
BLUE value IS 28 (11.33% from 255) = 10.07%
R=48.20%
G=41.73%
B=10.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.79
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341162800.130.790.4749.8165.4331.76
Hex86741C0D4F2F324120
Octal20616434015117576210140
Binary100001101110100111000110110011111011111100101000001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86741C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86741C; }

 p { color: rgb(134,116,28); }

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

<style>
 a { background-color: #86741C; }

 a { background-color: rgb(134,116,28); }

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

<style>
 span { border-color: #86741C; }

 span { border-color: rgb(134,116,28); }

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