#86671A

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

Shades of Yukon Gold #86671A

Tints of Yukon Gold #86671A

Color information

#86671A (or 0x86671A) is unknown color: approx Yukon Gold. HEX triplet: 86, 67 and 1A. RGB value is (134,103,26). Sum of RGB (Red+Green+Blue) = 134+103+26=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 103 (40.62% from 255 or 39.16% from 263); Blue value is 26 (10.55% from 255 or 9.89% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86671A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86671A is #7998E5. Grayscale: #676767. Windows color (decimal): -7968998 or 1730438. OLE color: 1730438.

HSL color Cylindrical-coordinate representation of color #86671A: hue angle of 42.78º 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 #86671A is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.47.

Color convert

RGB13410326-
CMYK00.230.810.47
HSL42.78º67.5%31.37%-
HSV(B)42.78º80.6%52.55%-
XYZ14.8714.843.06-
YUV103.4984.27149.76-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 103 (40.62% from 255) = 39.16%
BLUE value IS 26 (10.55% from 255) = 9.89%
R=50.95%
G=39.16%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341032600.230.810.4742.7867.531.37
Hex86671A017512F2b441f
Octal20614732027121575310437
Binary100001101100111110100101111010001101111101011100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86671A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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