#86671D

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

Shades of Yukon Gold #86671D

Tints of Yukon Gold #86671D

Color information

#86671D (or 0x86671D) is unknown color: approx Yukon Gold. HEX triplet: 86, 67 and 1D. RGB value is (134,103,29). Sum of RGB (Red+Green+Blue) = 134+103+29=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 103 (40.62% from 255 or 38.72% from 266); Blue value is 29 (11.72% from 255 or 10.90% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86671D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86671D is #7998E2. Grayscale: #686868. Windows color (decimal): -7968995 or 1927046. OLE color: 1927046.

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

Color convert

RGB13410329-
CMYK00.230.780.47
HSL42.29º64.42%31.96%-
HSV(B)42.29º78.36%52.55%-
XYZ14.914.863.24-
YUV103.8385.77149.52-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 103 (40.62% from 255) = 38.72%
BLUE value IS 29 (11.72% from 255) = 10.90%
R=50.38%
G=38.72%
B=10.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.78
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341032900.230.780.4742.2964.4231.96
Hex86671D0174E2F2a4020
Octal20614735027116575210040
Binary1000011011001111110101011110011101011111010101000000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86671D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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