#86651F

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

Shades of Yukon Gold #86651F

Tints of Yukon Gold #86651F

Color information

#86651F (or 0x86651F) is unknown color: approx Yukon Gold. HEX triplet: 86, 65 and 1F. RGB value is (134,101,31). Sum of RGB (Red+Green+Blue) = 134+101+31=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 101 (39.84% from 255 or 37.97% from 266); Blue value is 31 (12.5% from 255 or 11.65% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #86651F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86651F is #799AE0. Grayscale: #676767. Windows color (decimal): -7969505 or 2057606. OLE color: 2057606.

HSL color Cylindrical-coordinate representation of color #86651F: hue angle of 40.78º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #86651F is Cyan = 0, Magento = 0.25, Yellow = 0.77 and Black (K on CMYK) = 0.47.

Color convert

RGB13410131-
CMYK00.250.770.47
HSL40.78º62.42%32.35%-
HSV(B)40.78º76.87%52.55%-
XYZ14.7314.473.31-
YUV102.8987.43150.19-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 101 (39.84% from 255) = 37.97%
BLUE value IS 31 (12.5% from 255) = 11.65%
R=50.38%
G=37.97%
B=11.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.77
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1341013100.250.770.4740.7862.4232.35
Hex86651F0194D2F293e20
Octal2061453703111557517640
Binary100001101100101111110110011001101101111101001111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86651F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86651F; }

 p { color: rgb(134,101,31); }

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

<style>
 a { background-color: #86651F; }

 a { background-color: rgb(134,101,31); }

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

<style>
 span { border-color: #86651F; }

 span { border-color: rgb(134,101,31); }

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