#86691A

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

Shades of Yukon Gold #86691A

Tints of Yukon Gold #86691A

Color information

#86691A (or 0x86691A) is unknown color: approx Yukon Gold. HEX triplet: 86, 69 and 1A. RGB value is (134,105,26). Sum of RGB (Red+Green+Blue) = 134+105+26=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 26 (10.55% from 255 or 9.81% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86691A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86691A is #7996E5. Grayscale: #696969. Windows color (decimal): -7968486 or 1730950. OLE color: 1730950.

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

Color convert

RGB13410526-
CMYK00.220.810.47
HSL43.89º67.5%31.37%-
HSV(B)43.89º80.6%52.55%-
XYZ15.0715.253.13-
YUV104.6683.61148.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 26 (10.55% from 255) = 9.81%
R=50.57%
G=39.62%
B=9.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341052600.220.810.4743.8967.531.37
Hex86691A016512F2c441f
Octal20615132026121575410437
Binary100001101101001110100101101010001101111101100100010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86691A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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