#86781A

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

Shades of Yukon Gold #86781A

Tints of Yukon Gold #86781A

Color information

#86781A (or 0x86781A) is unknown color: approx Yukon Gold. HEX triplet: 86, 78 and 1A. RGB value is (134,120,26). Sum of RGB (Red+Green+Blue) = 134+120+26=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 120 (47.27% from 255 or 42.86% from 280); Blue value is 26 (10.55% from 255 or 9.29% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #86781A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86781A is #7987E5. Grayscale: #717171. Windows color (decimal): -7964646 or 1734790. OLE color: 1734790.

HSL color Cylindrical-coordinate representation of color #86781A: hue angle of 52.22º degrees, saturation: 0.68, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #86781A is Cyan = 0, Magento = 0.10, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB13412026-
CMYK00.100.810.47
HSL52.22º67.5%31.37%-
HSV(B)52.22º80.6%52.55%-
XYZ16.7318.583.68-
YUV113.4778.64142.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 47.86%
GREEN value IS 120 (47.27% from 255) = 42.86%
BLUE value IS 26 (10.55% from 255) = 9.29%
R=47.86%
G=42.86%
B=9.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341202600.100.810.4752.2267.531.37
Hex86781A0A512F34441f
Octal20617032012121576410437
Binary10000110111100011010010101010001101111110100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86781A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86781A; }

 p { color: rgb(134,120,26); }

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

<style>
 a { background-color: #86781A; }

 a { background-color: rgb(134,120,26); }

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

<style>
 span { border-color: #86781A; }

 span { border-color: rgb(134,120,26); }

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